* [gentoo-commits] gentoo-x86 commit in app-cdr/qpxtool: qpxtool-0.7.0_pre4.ebuild
@ 2009-09-28 11:26 99% Samuli Suominen (ssuominen)
0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2009-09-28 11:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/09/28 11:26:29
Modified: qpxtool-0.7.0_pre4.ebuild
Log:
Fix manpage directory.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.2 app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?r1=1.1&r2=1.2
Index: qpxtool-0.7.0_pre4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qpxtool-0.7.0_pre4.ebuild 28 Sep 2009 11:14:16 -0000 1.1
+++ qpxtool-0.7.0_pre4.ebuild 28 Sep 2009 11:26:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v 1.1 2009/09/28 11:14:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v 1.2 2009/09/28 11:26:29 ssuominen Exp $
EAPI=2
inherit toolchain-funcs
@@ -22,8 +22,10 @@
S=${WORKDIR}/${P/_}
src_prepare() {
- sed -i -e 's:/usr/local:/usr:g' configure \
- lib/qpxscan/include/qpx_scan.h || die
+ sed \
+ -e 's:/usr/local:/usr:g' \
+ -e 's:__prefix/man:__prefix/share/man:g' \
+ -i configure lib/qpxscan/include/qpx_scan.h || die
}
src_configure() {
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-28 11:26 99% [gentoo-commits] gentoo-x86 commit in app-cdr/qpxtool: qpxtool-0.7.0_pre4.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox