commit: 57c5212a6677ea55053daba4f9b2a3f28e975a2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:04:24 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c5212a
app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482
app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild | 4 ++--
app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild
b/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild
index 578de22..dfced00 100644
--- a/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild
+++ b/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
}
src_install() {
- DIROPTIONS="--mode=0775"
+ diropts --mode=0775
dodir /opt/${PN}
local dest="${D}/opt/${PN}/"
cp -pPR bin/ lib/ printable_docs/ "${dest}"
diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild
b/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild
index c14eb6c..7140bcf 100644
--- a/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild
+++ b/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -54,7 +54,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