wok rev 13385

Up iron-linux (20.0.1150.1)
author Paul Issott <paul@slitaz.org>
date Sun Sep 23 09:34:13 2012 +0100 (2012-09-23)
parents 7cc077197fbf
children c86fbbc54081
files iron-linux/receipt
line diff
     1.1 --- a/iron-linux/receipt	Sat Sep 22 23:25:45 2012 +0200
     1.2 +++ b/iron-linux/receipt	Sun Sep 23 09:34:13 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iron-linux"
     1.7 -VERSION="17.0.1000.0"
     1.8 +VERSION="20.0.1150.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A secure web browser based on Chromium."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -21,7 +21,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
    1.16 -	cp -a $_pkg/$PACKAGE $fs/usr/lib
    1.17 +	cp -a $install/$PACKAGE $fs/usr/lib
    1.18  	cp -a $fs/usr/lib/$PACKAGE/product_logo_48.png \
    1.19  		$fs/usr/share/pixmaps/iron.png
    1.20  }
    1.21 @@ -35,6 +35,6 @@
    1.22  # Remove link.
    1.23  post_remove()
    1.24  {
    1.25 -	rm /usr/bin/iron
    1.26 +	rm $1/usr/bin/iron
    1.27  }
    1.28