wok rev 8458
Fix: samba needs -j1 to install.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 19:31:55 2011 +0000 (2011-02-06) |
parents | 51b12adbb100 |
children | e7e61bddeb21 |
files | samba/receipt |
line diff
1.1 --- a/samba/receipt Sun Feb 06 19:22:12 2011 +0000 1.2 +++ b/samba/receipt Sun Feb 06 19:31:55 2011 +0000 1.3 @@ -25,9 +25,9 @@ 1.4 --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ 1.5 --with-libsmbsharemodes --with-libsmbclient --without-pam \ 1.6 --sysconfdir=/etc --localstatedir=/var \ 1.7 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.8 - make -j 4 && 1.9 - make DESTDIR=$PWD/../_pkg install || return 1 1.10 + --mandir=/usr/share/man && 1.11 + make && 1.12 + make -j1 DESTDIR=$DESTDIR install || return 1 1.13 rm -f ../_pkg/usr/*bin/*.old 1.14 #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 1.15 } 1.16 @@ -46,11 +46,6 @@ 1.17 cat $src/*.files-list | while read file; do 1.18 rm -rf $fs$file 1.19 done 1.20 - # Package all samba pkgs 1.21 - for i in $(cd $WOK; grep -l '^WANTED="samba"$' */receipt) 1.22 - do 1.23 - tazwok cook ${i%/receipt} 1.24 - done 1.25 } 1.26 1.27 # Pre and post install commands for Tazpkg.