wok-next diff lzma/receipt @ rev 8966
Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Mar 02 03:12:51 2011 +0000 (2011-03-02) |
parents | ef358edbf01d |
children | f554e00e7954 |
line diff
1.1 --- a/lzma/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/lzma/receipt Wed Mar 02 03:12:51 2011 +0000 1.3 @@ -84,10 +84,12 @@ 1.4 echo "Processing pre-install commands..." 1.5 echo -n "Removing all Busybox replaced utils... " 1.6 rm -f $root/usr/bin/unlzma 1.7 + rm -f $root/usr/bin/lzcat 1.8 status 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 ln -s /bin/busybox /usr/bin/unlzma 1.14 -} 1.15 \ No newline at end of file 1.16 + ln -s /bin/busybox /usr/bin/lzcat 1.17 +}