# HG changeset patch # User Antoine Bodin # Date 1298313784 -3600 # Node ID 14075218486dd60f3a01d75658e121ecdc66635f # Parent 809ffd3c9ff1f343434342f4f136f7b6581b2850 Fix: openal compile_rules() diff -r 809ffd3c9ff1 -r 14075218486d openal/receipt --- a/openal/receipt Mon Feb 21 19:39:17 2011 +0100 +++ b/openal/receipt Mon Feb 21 19:43:04 2011 +0100 @@ -15,10 +15,10 @@ # Rules to configure and make the package. compile_rules() { - cd $SOURCE-$VERSION + cd $src cmake -DCMAKE_INSTALL_PREFIX=/usr make && - make DESTDIR=$src/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.