commit: b348d9275bd5ae52d038d231b085f1fbc05fca46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 10:01:06 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 10:01:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b348d927
app-benchmarks/jmeter: Fix one more DIROPTIONS use.
app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild | 4 ++--
1 file 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 47d9d87..dc9d348 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