wok-next diff coreutils-file-output-full/receipt @ rev 8674
Up: cmake to 2.8.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 18:45:12 2011 +0000 (2011-02-16) |
parents | d5009f5bff9c |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-file-output-full/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-file-output-full/receipt Wed Feb 16 18:45:12 2011 +0000 1.3 @@ -36,12 +36,13 @@ 1.4 root=$1 1.5 echo "Processing pre-install commands..." 1.6 echo -n "Removing all Busybox replaced utils... " 1.7 - rm -f $root/bin/cat $root/usr/bin/od 1.8 + rm -f $root/bin/cat $root/usr/bin/od $root/usr/bin/tac 1.9 status 1.10 } 1.11 1.12 post_remove() 1.13 { 1.14 - ln -s /bin/busybox /bin/cat 1.15 - ln -s /bin/busybox /usr/bin/od 1.16 + ln -s /bin/busybox $1/bin/cat 1.17 + ln -s /bin/busybox $1/usr/bin/od 1.18 + ln -s /bin/busybox $1/usr/bin/tac 1.19 }