From: Michał Górny Date: Sat, 14 May 2016 08:04:24 +0000 (+0200) Subject: app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=57c5212a6677ea55053daba4f9b2a3f28e975a2c;p=gentoo.git app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482 --- 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