wok rev 9938

libnl: fix $stuff
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 02:13:31 2011 +0200 (2011-05-18)
parents 3e0baeb2702c
children e8b6a292c4f7
files libnl/receipt
line diff
     1.1 --- a/libnl/receipt	Wed May 18 01:36:45 2011 +0200
     1.2 +++ b/libnl/receipt	Wed May 18 02:13:31 2011 +0200
     1.3 @@ -12,13 +12,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || return 1
     1.8 -	
     1.9  	cd $src
    1.10 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.12 -	make
    1.13 -	make DESTDIR=$PWD/_pkg install
    1.14 +	busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1
    1.15 +	./configure && make && make install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 @@ -27,4 +23,3 @@
    1.20  	mkdir -p $fs/usr
    1.21  	cp -a $_pkg/usr/lib $fs/usr
    1.22  }
    1.23 -