wok-current diff samba-pam/receipt @ rev 10486
ptunnel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 12:59:19 2011 +0200 (2011-05-25) |
parents | 7b13b3b4b836 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/samba-pam/receipt Sun May 08 09:40:48 2011 +0000 1.2 +++ b/samba-pam/receipt Wed May 25 12:59:19 2011 +0200 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 }