wok diff libtool/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents ac1a2a3338dd
children bf6520485b0b
line diff
     1.1 --- a/libtool/receipt	Thu Feb 17 23:04:20 2011 +0100
     1.2 +++ b/libtool/receipt	Tue May 24 07:52:52 2011 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr \
     1.8 -		--enable-shared && make && make DESTDIR=$PWD/_pkg install 
     1.9 +	./configure --enable-shared $CONFIGURE_ARGS &&
    1.10 +	make && make install 
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.