# HG changeset patch # User Christopher Rogers # Date 1318423277 0 # Node ID c54f0b9830bbf41c38f5186624e7e78e7e49aea7 # Parent cc10ca2a108d87b4ae3ecda616e7978f6254aac6 Up: scons to 2.1.0. diff -r cc10ca2a108d -r c54f0b9830bb scons/receipt --- a/scons/receipt Wed Oct 12 12:39:17 2011 +0000 +++ b/scons/receipt Wed Oct 12 12:41:17 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="scons" -VERSION="2.0.1" +VERSION="2.1.0" CATEGORY="development" SHORT_DESC="SCons is an Open Source software construction tool." MAINTAINER="chadi.elahmad@gmail.com" @@ -14,11 +14,11 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $src/_pkg/usr + mkdir -p $DESTDIR/usr cd $src python setup.py install \ --standard-lib \ - --prefix=$src/_pkg/usr + --prefix=$DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg.