wok-next diff watchdog/receipt @ rev 18925
description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 25 15:02:38 2016 +0200 (2016-02-25) |
parents | 2a21689b0af7 |
children | d5aab818505e |
line diff
1.1 --- a/watchdog/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/watchdog/receipt Thu Feb 25 15:02:38 2016 +0200 1.3 @@ -33,5 +33,5 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - [ -c $1/dev/watchdog ] || mknod -m 660 $1/dev/watchdog c 10 130 1.8 + [ -c "$1/dev/watchdog" ] || mknod -m 660 "$1/dev/watchdog" c 10 130 1.9 }