wok diff gimp-console/receipt @ rev 13460

Up: mtps (1.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 23:53:29 2012 +0200 (2012-10-07)
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	Sun Oct 07 23:53:29 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  }