summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2015-01-03 20:48:59 +0900
committerBenda Xu <heroxbd@gentoo.org>2015-01-03 20:48:59 +0900
commitff47e0d7334d9c3c9587c0b14c45adbc00f6d80f (patch)
tree0e8b4f7641cea2eb41899729080f7ecaed87d82a /sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
parentdev-lang/perl: revision bump (diff)
downloadheroxbd-ff47e0d7334d9c3c9587c0b14c45adbc00f6d80f.tar.gz
heroxbd-ff47e0d7334d9c3c9587c0b14c45adbc00f6d80f.tar.bz2
heroxbd-ff47e0d7334d9c3c9587c0b14c45adbc00f6d80f.zip
sys-apps/gentoo-functions: prefix manpages
Diffstat (limited to 'sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild')
-rw-r--r--sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
index 6ead0ba..ec06b76 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
@@ -26,5 +26,5 @@ src_prepare() {
}
src_install() {
- emake install ROOTPREFIX="$EPREFIX"
+ emake install ROOTPREFIX="${EPREFIX}" PREFIX="${EPREFIX}/usr"
}