diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-14 10:04:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-14 10:49:25 +0200 |
commit | 57c5212a6677ea55053daba4f9b2a3f28e975a2c (patch) | |
tree | d333eb32a5381e68a4cc0267c3a86f2781e3ac70 /app-benchmarks/jmeter | |
parent | net-ftp/lftp: Set sub-SLOT dependencies on dev-libs/openssl and net-libs/gnut... (diff) | |
download | gentoo-57c5212a6677ea55053daba4f9b2a3f28e975a2c.tar.gz gentoo-57c5212a6677ea55053daba4f9b2a3f28e975a2c.tar.bz2 gentoo-57c5212a6677ea55053daba4f9b2a3f28e975a2c.zip |
app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482
Diffstat (limited to 'app-benchmarks/jmeter')
-rw-r--r-- | app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild | 4 | ||||
-rw-r--r-- | 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 578de22d6c90..dfced00f6824 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 c14eb6cae5b4..7140bcff707b 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 |