wok diff scons/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 78361836c9a8
children 3b4e4318134e
line diff
     1.1 --- a/scons/receipt	Tue Sep 21 12:08:37 2010 +0000
     1.2 +++ b/scons/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scons"
     1.7 -VERSION="2.0.1"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="SCons is an Open Source software construction tool."
    1.11  MAINTAINER="chadi.elahmad@gmail.com"
    1.12 @@ -14,11 +14,11 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	mkdir -p $src/_pkg/usr
    1.17 +	mkdir -p $DESTDIR/usr
    1.18  	cd $src
    1.19  	python setup.py install \
    1.20  		--standard-lib \
    1.21 -		--prefix=$src/_pkg/usr
    1.22 +		--prefix=$DESTDIR/usr
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.