app-benchmarks/jmeter: Fix one more DIROPTIONS use.
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 10:01:06 +0000 (12:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 10:01:40 +0000 (12:01 +0200)
app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild

index 47d9d871c7f5c2888ad559c36eeeb866853b8426..dc9d348d9c867d6186f79b1257e42626dfca41ea 100644 (file)
@@ -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