wok diff coreutils-context-user/receipt @ rev 9824

Up: readom to 1.1.11. Its a wanted package for cdrkit that is at 1.1.11 now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 00:18:48 2011 +0000 (2011-05-15)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-context-user/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-context-user/receipt	Sun May 15 00:18:48 2011 +0000
     1.3 @@ -45,8 +45,8 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /bin/id
     1.8 -	ln -s /bin/busybox /usr/bin/logname
     1.9 -	ln -s /bin/busybox /usr/bin/whoami
    1.10 -	ln -s /bin/busybox /usr/bin/who
    1.11 +	ln -s /bin/busybox $1/bin/id
    1.12 +	ln -s /bin/busybox $1/usr/bin/logname
    1.13 +	ln -s /bin/busybox $1/usr/bin/whoami
    1.14 +	ln -s /bin/busybox $1/usr/bin/who
    1.15  }