wok diff gimp-console/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents d597ba93b7e1
children 6c70085d1b49
line diff
     1.1 --- a/gimp-console/receipt	Mon Oct 04 19:32:48 2010 +0000
     1.2 +++ b/gimp-console/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gimp-console"
     1.7 -VERSION="2.6.11"
     1.8 +VERSION="2.8.0"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="The GIMP console."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,5 +13,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin
    1.16 -	cp -a $_pkg/usr/bin/gimp-console* $fs/usr/bin
    1.17 +	cp -a $install/usr/bin/gimp-console* $fs/usr/bin
    1.18  }