From: Michał Górny Date: Sat, 14 May 2016 10:01:06 +0000 (+0200) Subject: app-benchmarks/jmeter: Fix one more DIROPTIONS use. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b348d9275bd5ae52d038d231b085f1fbc05fca46;p=gentoo.git app-benchmarks/jmeter: Fix one more DIROPTIONS use. --- 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