wok rev 7388

flam3: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 26 10:58:15 2010 +0100 (2010-11-26)
parents 27c8e74ecc1e
children d90600d8dff7
files flam3/receipt
line diff
     1.1 --- a/flam3/receipt	Fri Nov 26 10:55:03 2010 +0100
     1.2 +++ b/flam3/receipt	Fri Nov 26 10:58:15 2010 +0100
     1.3 @@ -15,13 +15,13 @@
     1.4  compile_rules()
     1.5  {
     1.6  	src=$WOK/$PACKAGE/$PACKAGE-$VERSION/src
     1.7 -	cd $src
     1.8 +	cd $src/src
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \
    1.12  		--mandir=/usr/share/man \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.15 +	make -j 4 && make DESTDIR=$PWD/../_pkg install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.