wok diff coreutils-file-summarize/receipt @ rev 9924

tmux: fix bdeps & typos
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:18:08 2011 +0200 (2011-05-17)
parents 28ebec3616b1
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-file-summarize/receipt	Sun Feb 27 01:55:24 2011 +0100
     1.2 +++ b/coreutils-file-summarize/receipt	Tue May 17 23:18:08 2011 +0200
     1.3 @@ -46,11 +46,11 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /usr/bin/wc
     1.8 -	ln -s /bin/busybox /usr/bin/sum
     1.9 -	ln -s /bin/busybox /usr/bin/cksum
    1.10 -	ln -s /bin/busybox /usr/bin/md5sum
    1.11 -	ln -s /bin/busybox /usr/bin/sha1sum
    1.12 -	ln -s /bin/busybox /usr/bin/sha256sum
    1.13 -	ln -s /bin/busybox /usr/bin/sha512sum
    1.14 +	ln -s /bin/busybox $1/usr/bin/wc
    1.15 +	ln -s /bin/busybox $1/usr/bin/sum
    1.16 +	ln -s /bin/busybox $1/usr/bin/cksum
    1.17 +	ln -s /bin/busybox $1/usr/bin/md5sum
    1.18 +	ln -s /bin/busybox $1/usr/bin/sha1sum
    1.19 +	ln -s /bin/busybox $1/usr/bin/sha256sum
    1.20 +	ln -s /bin/busybox $1/usr/bin/sha512sum
    1.21  }