diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-28 11:26:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-28 11:26:29 +0000 |
commit | 822f510f093259e93678a5c83e6a9a5572edc4e7 (patch) | |
tree | e69e989e345811547b26cb7c3f65aa177d1ffb7c /app-cdr/qpxtool | |
parent | Remove inexistant policykit support, thanks to Rafał Mużyło in bug #286707. (diff) | |
download | gentoo-2-822f510f093259e93678a5c83e6a9a5572edc4e7.tar.gz gentoo-2-822f510f093259e93678a5c83e6a9a5572edc4e7.tar.bz2 gentoo-2-822f510f093259e93678a5c83e6a9a5572edc4e7.zip |
Fix manpage directory.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/qpxtool')
-rw-r--r-- | app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild b/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild index 9d5345fecf3d..111d315ad9d3 100644 --- a/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild +++ b/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild @@ -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 @@ DEPEND="${RDEPEND}" 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() { |