summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-07 02:35:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-07 02:35:53 +0000
commit32040ba6e9b9901caf8a8d8db638b053c6cf8e09 (patch)
tree70c6c211fc74ded5bfc5f54d3c811c7901243c1a /sys-block/fio/fio-1.22.ebuild
parentBumping to 2.4, closing #232885 (diff)
downloadhistorical-32040ba6e9b9901caf8a8d8db638b053c6cf8e09.tar.gz
historical-32040ba6e9b9901caf8a8d8db638b053c6cf8e09.tar.bz2
historical-32040ba6e9b9901caf8a8d8db638b053c6cf8e09.zip
Bug #248300, QA of manpage location.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'sys-block/fio/fio-1.22.ebuild')
-rw-r--r--sys-block/fio/fio-1.22.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/fio/fio-1.22.ebuild b/sys-block/fio/fio-1.22.ebuild
index f385d46d5517..eeaf68c189d9 100644
--- a/sys-block/fio/fio-1.22.ebuild
+++ b/sys-block/fio/fio-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.22.ebuild,v 1.1 2008/11/01 07:48:20 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.22.ebuild,v 1.2 2008/12/07 02:35:53 robbat2 Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -27,7 +27,7 @@ src_compile() {
}
src_install() {
- emake install DESTDIR="${D}" prefix="/usr" || die "emake install failed"
+ emake install DESTDIR="${D}" prefix="/usr" mandir="/usr/share/man" || die "emake install failed"
dodoc README REPORTING-BUGS HOWTO
docinto examples
dodoc examples/*