wok-stable diff scons/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 78361836c9a8
children
line diff
     1.1 --- a/scons/receipt	Tue Sep 21 12:08:37 2010 +0000
     1.2 +++ b/scons/receipt	Mon Mar 04 18:42:23 2019 +0100
     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.