wok diff coreutils-file-attributes/receipt @ rev 9693

coreutils: clean up
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 07 11:36:11 2011 +0000 (2011-05-07)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-file-attributes/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-file-attributes/receipt	Sat May 07 11:36:11 2011 +0000
     1.3 @@ -39,8 +39,8 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /bin/chown
     1.8 -	ln -s /bin/busybox /bin/chgrp
     1.9 -	ln -s /bin/busybox /bin/chmod
    1.10 -	ln -s /bin/busybox /bin/touch
    1.11 +	ln -s /bin/busybox $1/bin/chown
    1.12 +	ln -s /bin/busybox $1/bin/chgrp
    1.13 +	ln -s /bin/busybox $1/bin/chmod
    1.14 +	ln -s /bin/busybox $1/bin/touch
    1.15  }