wok-stable diff samba/receipt @ rev 1697

Fix: get-OpenOffice3 type.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Nov 12 00:44:56 2008 +0100 (2008-11-12)
parents c8bb947e126c
children 28c442083d0a
line diff
     1.1 --- a/samba/receipt	Tue Aug 12 15:43:10 2008 +0000
     1.2 +++ b/samba/receipt	Wed Nov 12 00:44:56 2008 +0100
     1.3 @@ -23,9 +23,10 @@
     1.4  	--enable-shared-libs --with-libtalloc --with-libtdb \
     1.5  	--with-libsmbsharemodes --with-libsmbclient \
     1.6  	--sysconfdir=/etc --localstatedir=/var \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.8 -	make
     1.9 -	make DESTDIR=$PWD/../_pkg install
    1.10 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11 +	make &&
    1.12 +	make DESTDIR=$PWD/../_pkg 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  	cp ../../stuff/*.files-list ..
    1.16  }