wok-next diff xombrero/receipt @ rev 18090

syslinux: update language codes (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 16:41:34 2015 +0200 (2015-05-25)
parents 5d53e8ccbc8d
children 919c384354f4
line diff
     1.1 --- a/xombrero/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/xombrero/receipt	Mon May 25 16:41:34 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  }