wok diff coreutils-command/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents 28ebec3616b1
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-command/receipt	Sun Feb 27 01:55:24 2011 +0100
     1.2 +++ b/coreutils-command/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -48,11 +48,11 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /bin/nice
     1.8 -	ln -s /bin/busybox /bin/kill
     1.9 -	ln -s /bin/busybox /bin/sleep
    1.10 -	ln -s /bin/busybox /usr/bin/env
    1.11 -	ln -s /bin/busybox /usr/bin/nohup
    1.12 -	ln -s /bin/busybox /usr/bin/timeout
    1.13 -	ln -s /bin/busybox /usr/sbin/chroot
    1.14 +	ln -s /bin/busybox $1/bin/nice
    1.15 +	ln -s /bin/busybox $1/bin/kill
    1.16 +	ln -s /bin/busybox $1/bin/sleep
    1.17 +	ln -s /bin/busybox $1/usr/bin/env
    1.18 +	ln -s /bin/busybox $1/usr/bin/nohup
    1.19 +	ln -s /bin/busybox $1/usr/bin/timeout
    1.20 +	ln -s /bin/busybox $1/usr/sbin/chroot
    1.21  }