# HG changeset patch # User Pascal Bellard # Date 1429522278 -7200 # Node ID 87a2f75d7a93202ac61ff846f2db2adb1aea5165 # Parent 057c6366ef5915d15d6148be23cce6e803077aae Up xombrero (1.6.4) diff -r 057c6366ef59 -r 87a2f75d7a93 xombrero/receipt --- a/xombrero/receipt Sun Apr 19 16:50:55 2015 -0400 +++ b/xombrero/receipt Mon Apr 20 11:31:18 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xombrero" -VERSION="1.6.3" +VERSION="1.6.4" CATEGORY="network" SHORT_DESC="A minimalist web browser with sophisticated security features." MAINTAINER="claudinei@slitaz.org" @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + find -type f -print0 | xargs -0 sed -i 's|/usr/local|/usr|' sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install }