wok rev 17983

Up xombrero (1.6.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 20 11:31:18 2015 +0200 (2015-04-20)
parents 057c6366ef59
children 2c07945763bf
files xombrero/receipt
line diff
     1.1 --- a/xombrero/receipt	Sun Apr 19 16:50:55 2015 -0400
     1.2 +++ b/xombrero/receipt	Mon Apr 20 11:31:18 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xombrero"
     1.7 -VERSION="1.6.3"
     1.8 +VERSION="1.6.4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A minimalist web browser with sophisticated security features."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -18,6 +18,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	find -type f -print0 | xargs -0 sed -i 's|/usr/local|/usr|'
    1.17  	sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
    1.18  	make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
    1.19  }