wok diff coreutils-context-working/receipt @ rev 9932

gpa: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 00:09:49 2011 +0200 (2011-05-18)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-context-working/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-context-working/receipt	Wed May 18 00:09:49 2011 +0200
     1.3 @@ -42,8 +42,8 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /bin/pwd
     1.8 -	ln -s /bin/busybox /bin/stty
     1.9 -	ln -s /bin/busybox /bin/printenv
    1.10 -	ln -s /bin/busybox /usr/bin/tty
    1.11 +	ln -s /bin/busybox $1/bin/pwd
    1.12 +	ln -s /bin/busybox $1/bin/stty
    1.13 +	ln -s /bin/busybox $1/bin/printenv
    1.14 +	ln -s /bin/busybox $1/usr/bin/tty
    1.15  }