projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a784177
)
www-client/xombrero: fixed system paths
author
Miroslav Šulc
<fordfrog@gentoo.org>
Fri, 11 Sep 2015 17:35:17 +0000
(19:35 +0200)
committer
Miroslav Šulc
<fordfrog@gentoo.org>
Fri, 11 Sep 2015 17:36:15 +0000
(19:36 +0200)
Package-Manager: portage-2.2.20.1
www-client/xombrero/xombrero-9999.ebuild
patch
|
blob
|
history
diff --git
a/www-client/xombrero/xombrero-9999.ebuild
b/www-client/xombrero/xombrero-9999.ebuild
index fe08580db5c4800f49a04328be28741e873f5ea3..9c47df1e5360a4cb0a979cae4597ed5ba6da5ce7 100644
(file)
--- a/
www-client/xombrero/xombrero-9999.ebuild
+++ b/
www-client/xombrero/xombrero-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
5
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-54,7
+54,11
@@
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#" \