wok diff aaphoto/receipt @ rev 11755

up virtualbox 4.1.8 and fixed desktop files
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 08:50:31 2012 -0800 (2012-02-22)
parents 4a0bbe328719
children 36a438c097dc
line diff
     1.1 --- a/aaphoto/receipt	Sun Nov 14 23:09:21 2010 +0000
     1.2 +++ b/aaphoto/receipt	Wed Feb 22 08:50:31 2012 -0800
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aaphoto"
     1.7 -VERSION="0.39"
     1.8 +VERSION="0.41"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="automatic photo adjusting"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 @@ -21,14 +21,14 @@
    1.13     	cd $src
    1.14  	./configure --prefix=/usr &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  	
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -    mkdir -p $fs/usr/bin
    1.25 +	mkdir -p $fs/usr/bin
    1.26  	cp -a $_pkg/usr/bin $fs/usr
    1.27  	
    1.28  }