wok diff openal/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents 95e59e287f76
children 916063b1073a
line diff
     1.1 --- a/openal/receipt	Mon May 03 00:07:32 2010 +0000
     1.2 +++ b/openal/receipt	Tue Feb 22 22:56:38 2011 +0100
     1.3 @@ -15,10 +15,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $SOURCE-$VERSION
     1.8 +	cd $src
     1.9  	cmake -DCMAKE_INSTALL_PREFIX=/usr
    1.10  	make &&
    1.11 -	make DESTDIR=$src/_pkg install
    1.12 +	make install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.