wok-next diff xz/receipt @ rev 18790
busybox: remove kmod & core-util-mount links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 06 17:56:34 2016 +0100 (2016-01-06) |
parents | 9e01bc6321ea |
children | fdd9d234450c |
line diff
1.1 --- a/xz/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/xz/receipt Wed Jan 06 17:56:34 2016 +0100 1.3 @@ -19,7 +19,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure \ 1.9 --enable-dynamic=yes \ 1.10 --enable-small \ 1.11 @@ -32,25 +31,4 @@ 1.12 { 1.13 mkdir -p $fs/usr/bin $fs/usr/lib 1.14 cp -a $install/usr/bin/xz $fs/usr/bin 1.15 - #cp $stuff/lzma $fs/usr/bin 1.16 - #ln -s lzma $fs/usr/bin/unlzma 1.17 - #ln -s lzma $fs/usr/bin/lzcat 1.18 } 1.19 - 1.20 -# Pre and post install commands for Tazpkg. 1.21 -# We must remove all Busybox symlink before installing. 1.22 -# 1.23 -#pre_install() 1.24 -#{ 1.25 -# echo "Processing pre-install commands..." 1.26 -# echo -n "Removing all Busybox replaced utils... " 1.27 -# rm -f "$1/usr/bin/unlzma" 1.28 -# rm -f "$1/usr/bin/lzcat" 1.29 -# status 1.30 -#} 1.31 - 1.32 -#post_remove() 1.33 -#{ 1.34 -# ln -s /bin/busybox "$1/usr/bin/unlzma" 1.35 -# ln -s /bin/busybox "$1/usr/bin/lzcat" 1.36 -#}