wok diff xz/receipt @ rev 9901

lxpanel: we need lymenu-data in bdeps to have a menu...
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 13:36:31 2011 +0200 (2011-05-17)
parents 9dee63b88e27
children b3a7c42da734
line diff
     1.1 --- a/xz/receipt	Sun Feb 27 01:43:15 2011 +0100
     1.2 +++ b/xz/receipt	Tue May 17 13:36:31 2011 +0200
     1.3 @@ -15,12 +15,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man \
     1.9 -	--enable-dynamic=yes --enable-small \
    1.10 -	$CONFIGURE_ARGS &&
    1.11 +	./configure --enable-dynamic=yes --enable-small &&
    1.12  	make &&
    1.13 -	make DESTDIR=$PWD/_pkg install
    1.14 +	make install
    1.15  }
    1.16  
    1.17  
    1.18 @@ -29,7 +26,7 @@
    1.19  {
    1.20  	mkdir -p $fs/usr/bin
    1.21  	cp -a $_pkg/usr/bin/xz $fs/usr/bin
    1.22 -	cp stuff/lzma $fs/usr/bin
    1.23 +	cp $stuff/lzma $fs/usr/bin
    1.24  	ln -s lzma $fs/usr/bin/unlzma
    1.25  	ln -s lzma $fs/usr/bin/lzcat
    1.26  }