wok-6.x rev 9777
vanessa_logger: fix last fix...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 22:49:07 2011 +0200 (2011-05-11) |
parents | 4ed1b37a8cd5 |
children | e97e356acf02 |
files | vanessa_logger/receipt |
line diff
1.1 --- a/vanessa_logger/receipt Wed May 11 22:44:41 2011 +0200 1.2 +++ b/vanessa_logger/receipt Wed May 11 22:49:07 2011 +0200 1.3 @@ -13,10 +13,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.9 - make 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + ./configure && 1.12 + make && make DESTDIR=$DESTDIR install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 @@ -27,7 +25,7 @@ 1.17 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.18 for i in $(cd $WOK; ls -d vanessa_logger-*) 1.19 do 1.20 - if [ -x /usr/bin/cook ]; the 1.21 + if [ -x /usr/bin/cook ]; then 1.22 cook $1 1.23 else 1.24 tazwok cook $i