app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 08:04:24 +0000 (10:04 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 08:49:25 +0000 (10:49 +0200)
app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild
app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild

index 578de22d6c90ffd20fc172b4b82ce93ae92a1cb8..dfced00f682406a94672c15c9c860a30d07fdc18 100644 (file)
@@ -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}"
index c14eb6cae5b44f6fd12a51ab4b6e30deaa9f8070..7140bcff707be86dbdd40435eda4f813f1065b34 100644 (file)
@@ -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