# HG changeset patch # User Christopher Rogers # Date 1297020715 0 # Node ID 45dc731b6310c084ec52d794a340d3dbf5e72155 # Parent 51b12adbb100f78bc30db7b87f9599f038b40252 Fix: samba needs -j1 to install. diff -r 51b12adbb100 -r 45dc731b6310 samba/receipt --- a/samba/receipt Sun Feb 06 19:22:12 2011 +0000 +++ b/samba/receipt Sun Feb 06 19:31:55 2011 +0000 @@ -25,9 +25,9 @@ --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ --with-libsmbsharemodes --with-libsmbclient --without-pam \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$PWD/../_pkg install || return 1 + --mandir=/usr/share/man && + make && + make -j1 DESTDIR=$DESTDIR install || return 1 rm -f ../_pkg/usr/*bin/*.old #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 } @@ -46,11 +46,6 @@ cat $src/*.files-list | while read file; do rm -rf $fs$file done - # Package all samba pkgs - for i in $(cd $WOK; grep -l '^WANTED="samba"$' */receipt) - do - tazwok cook ${i%/receipt} - done } # Pre and post install commands for Tazpkg.