summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-14 12:01:06 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-14 12:01:40 +0200
commitb348d9275bd5ae52d038d231b085f1fbc05fca46 (patch)
tree4d3e67ec529cf71f7d04884734bf58ccba16d8b2 /app-benchmarks
parentprofiles/package.mask: drop dev-haskell/extra:0 mask (removed package) (diff)
downloadgentoo-b348d9275bd5ae52d038d231b085f1fbc05fca46.tar.gz
gentoo-b348d9275bd5ae52d038d231b085f1fbc05fca46.tar.bz2
gentoo-b348d9275bd5ae52d038d231b085f1fbc05fca46.zip
app-benchmarks/jmeter: Fix one more DIROPTIONS use.
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
index 47d9d871c7f5..dc9d348d9c86 100644
--- a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
+++ b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -60,7 +60,7 @@ src_compile() {
}
src_install() {
- DIROPTIONS="--mode=0775"
+ diropts --mode=0775
dodir /opt/${PN}
local dest="${D}/opt/${PN}/"
cp -pPR bin/ lib/ "${dest}" || die