wok rev 9688

Fixed slim for cookutils (i think).
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 06 22:02:53 2011 +0000 (2011-05-06)
parents a020a16dcc6f
children f305820cb04d
files slim-pam/receipt slim/receipt
line diff
     1.1 --- a/slim-pam/receipt	Fri May 06 21:41:32 2011 +0000
     1.2 +++ b/slim-pam/receipt	Fri May 06 22:02:53 2011 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	make USE_PAM=1 &&
     1.7 -	make DESTDIR=$src/_pkg install
     1.8 +	make install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/slim/receipt	Fri May 06 21:41:32 2011 +0000
     2.2 +++ b/slim/receipt	Fri May 06 22:02:53 2011 +0000
     2.3 @@ -21,7 +21,7 @@
     2.4  	cd $src
     2.5  	patch -p1 < $stuff/NoPwdForCmd.patch || return 1
     2.6  	make &&
     2.7 -	make DESTDIR=$src/_pkg install
     2.8 +	make install
     2.9  }
    2.10  
    2.11  # Rules to gen a SliTaz package suitable for Tazpkg.