wok-current diff coreutils-conditions/receipt @ rev 9853
Up: weechat to 0.3.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 16 01:14:29 2011 +0000 (2011-05-16) |
parents | d5009f5bff9c |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-conditions/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-conditions/receipt Mon May 16 01:14:29 2011 +0000 1.3 @@ -43,9 +43,9 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox /bin/false 1.8 - ln -s /bin/busybox /bin/true 1.9 - ln -s /bin/busybox /usr/bin/test 1.10 - ln -s /bin/busybox /usr/bin/[ 1.11 - ln -s /bin/busybox /usr/bin/expr 1.12 + ln -s /bin/busybox $1/bin/false 1.13 + ln -s /bin/busybox $1/bin/true 1.14 + ln -s /bin/busybox $1/usr/bin/test 1.15 + ln -s /bin/busybox $1/usr/bin/[ 1.16 + ln -s /bin/busybox $1/usr/bin/expr 1.17 }