wok-current diff netatalk-pam/receipt @ rev 19466
Up: libgsf (1.14.40), goffice (0.10.32), gnumeric (1.12.32).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 25 01:28:09 2016 +0300 (2016-10-25) |
parents | a2e2f54c8e28 |
children | afae00265386 |
line diff
1.1 --- a/netatalk-pam/receipt Mon Aug 12 09:52:48 2013 +0000 1.2 +++ b/netatalk-pam/receipt Tue Oct 25 01:28:09 2016 +0300 1.3 @@ -57,10 +57,10 @@ 1.4 # Overlap busybox 1.5 pre_install() 1.6 { 1.7 - rm -f $1/usr/bin/timeout 1.8 + rm -f "$1/usr/bin/timeout" 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 - ln -s /bin/busybox /usr/bin/timeout 1.14 + ln -s /bin/busybox "$1/usr/bin/timeout" 1.15 }