# HG changeset patch # User Christophe Lincoln # Date 1305677611 -7200 # Node ID 48a70b47742a18fe4b81e963552af38e73f1be3b # Parent 3e0baeb2702c35426a3dba1f54cef5bb0b310495 libnl: fix $stuff diff -r 3e0baeb2702c -r 48a70b47742a libnl/receipt --- a/libnl/receipt Wed May 18 01:36:45 2011 +0200 +++ b/libnl/receipt Wed May 18 02:13:31 2011 +0200 @@ -12,13 +12,9 @@ # Rules to configure and make the package. compile_rules() { - busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || return 1 - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1 + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,4 +23,3 @@ mkdir -p $fs/usr cp -a $_pkg/usr/lib $fs/usr } -