commit:     a7aa43e13c4969340f1b9a7e8eee477044617dda
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 17:35:17 2015 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 17:36:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aa43e1

www-client/xombrero: fixed system paths

Package-Manager: portage-2.2.20.1

 www-client/xombrero/xombrero-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www-client/xombrero/xombrero-9999.ebuild 
b/www-client/xombrero/xombrero-9999.ebuild
index fe08580..9c47df1 100644
--- a/www-client/xombrero/xombrero-9999.ebuild
+++ b/www-client/xombrero/xombrero-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -54,8 +54,12 @@ src_prepare() {
        sed -i \
                -e 's/-O2//' \
                -e 's/-ggdb3//' \
+               -e 's#/usr/local#/usr#' \
                Makefile || die 'sed Makefile failed.'
        sed -i \
+               -e 's#/usr/local#/usr#' \
+               GNUmakefile || die 'sed GNUmakefile failed.'
+       sed -i \
                -e 's#https://www\.cyphertite\.com#https://www.gentoo.org/#' \
                -e "s#/usr/local#/usr#" \
                ../xombrero.h || die 'sed ../xombrero.c failed.'

Reply via email to