wok-6.x rev 10342
samba: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 03:01:05 2011 +0000 (2011-05-22) |
parents | 573a3ad4609a |
children | 105fefc7657f |
files | samba-pam/receipt samba/receipt |
line diff
1.1 --- a/samba-pam/receipt Sun May 22 02:29:02 2011 +0000 1.2 +++ b/samba-pam/receipt Sun May 22 03:01:05 2011 +0000 1.3 @@ -29,10 +29,9 @@ 1.4 --sysconfdir=/etc --localstatedir=/var \ 1.5 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.6 make -j 4 && 1.7 - make DESTDIR=$PWD/../_pkg install || return 1 1.8 - rm -f ../_pkg/usr/*bin/*.old 1.9 + make DESTDIR=$DESTDIR install || return 1 1.10 + #rm -f ../_pkg/usr/*bin/*.old 1.11 #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 1.12 - cp ../../../$SOURCE/stuff/*.files-list .. 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 @@ -45,8 +44,8 @@ 1.17 cp -a $_pkg/usr/lib $fs/usr 1.18 cp -a $_pkg/usr/sbin $fs/usr 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 - cp -a ../$SOUR$stuff/etc $fs 1.21 - cat $src/*.files-list | while read file; do 1.22 + cp -a $WOK/$SOURCE/stuff/etc $fs 1.23 + cat $WOK/$SOURCE/stuff/*.files-list | while read file; do 1.24 rm -rf $fs$file 1.25 done 1.26 }
2.1 --- a/samba/receipt Sun May 22 02:29:02 2011 +0000 2.2 +++ b/samba/receipt Sun May 22 03:01:05 2011 +0000 2.3 @@ -25,7 +25,7 @@ 2.4 --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ 2.5 --with-libsmbsharemodes --with-libsmbclient --without-pam \ 2.6 --sysconfdir=/etc --localstatedir=/var \ 2.7 - --mandir=/usr/share/man && 2.8 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.9 make -j1 && 2.10 make -j1 DESTDIR=$DESTDIR install || return 1 2.11 rm -f ../_pkg/usr/*bin/*.old