wok diff tazusb/receipt @ rev 11053

Up: pcre to 8.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 23:14:21 2011 +0000 (2011-10-16)
parents 4fff443fa744
children fbc6e2bf6982
line diff
     1.1 --- a/tazusb/receipt	Wed Mar 24 18:48:20 2010 +0100
     1.2 +++ b/tazusb/receipt	Sun Oct 16 23:14:21 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazusb"
     1.7 -VERSION="2.4"
     1.8 +VERSION="3.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz LiveUSB utility."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,7 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 @@ -23,6 +23,6 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs
    1.25 -	cp -a $_pkg/usr $fs
    1.26 +	cp -a $install/usr $fs
    1.27  	chown -R root.root $fs
    1.28  }