wok diff coreutils-print/receipt @ rev 10112

Up: groff to 1.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:33:26 2011 +0000 (2011-05-20)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-print/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-print/receipt	Fri May 20 15:33:26 2011 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /bin/echo
     1.8 -	ln -s /bin/busybox /usr/bin/printf
     1.9 -	ln -s /bin/busybox /usr/bin/yes
    1.10 +	ln -s /bin/busybox $1/bin/echo
    1.11 +	ln -s /bin/busybox $1/usr/bin/printf
    1.12 +	ln -s /bin/busybox $1/usr/bin/yes
    1.13  }