diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-31 16:49:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-31 16:49:30 +0000 |
commit | cea72593cf4f947e49984d2871231c0e453b74b1 (patch) | |
tree | 68e4a30cb25ee479b4abb5e3cd6be7d8f203d172 /sys-apps/pciutils/pciutils-3.0.2.ebuild | |
parent | Moving over the useflag defaults change to a revbump instead (diff) | |
download | gentoo-2-cea72593cf4f947e49984d2871231c0e453b74b1.tar.gz gentoo-2-cea72593cf4f947e49984d2871231c0e453b74b1.tar.bz2 gentoo-2-cea72593cf4f947e49984d2871231c0e453b74b1.zip |
Fix man page install in older ebuild too #256696 by Pacho Ramos.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pciutils/pciutils-3.0.2.ebuild')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pciutils/pciutils-3.0.2.ebuild b/sys-apps/pciutils/pciutils-3.0.2.ebuild index a7fcc372126e..97d68c57533a 100644 --- a/sys-apps/pciutils/pciutils-3.0.2.ebuild +++ b/sys-apps/pciutils/pciutils-3.0.2.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/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.8 2009/01/26 21:54:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.9 2009/01/31 16:49:30 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -47,7 +47,7 @@ src_compile() { src_install() { pemake DESTDIR="${D}" install install-lib || die dosbin pcimodules || die - doman pcimodules.8 + doman "${FILESDIR}"/pcimodules.8 dodoc ChangeLog README TODO if use network-cron ; then |