wok diff pam/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents 9e0fcd6eded3
children ab076d8ad4c9
line diff
     1.1 --- a/pam/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/pam/receipt	Fri Sep 02 14:26:45 2011 +0200
     1.3 @@ -9,16 +9,16 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/"
     1.6  WGET_URL="${WEB_SITE}library/$TARBALL"
     1.7 +
     1.8  DEPENDS="glibc-base libdb"
     1.9 -BUILD_DEPENDS="flex db"
    1.10 +BUILD_DEPENDS="flex db db-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16  	./configure --sysconfdir=/etc &&
    1.17 -	make &&
    1.18 -	make install
    1.19 +	make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -31,5 +31,5 @@
    1.24  	cp -a $_pkg/lib/*so* $fs/lib
    1.25  	cp -a $_pkg/lib/security $fs/lib
    1.26  	rm -f $fs/lib/security/*.la
    1.27 -	cp -a stuff/* $fs	
    1.28 +	cp -a $stuff/* $fs	
    1.29  }