projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35908d
)
app-benchmarks/jmeter: Fix one more DIROPTIONS use.
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 May 2016 10:01:06 +0000
(12:01 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
index 47d9d871c7f5c2888ad559c36eeeb866853b8426..dc9d348d9c867d6186f79b1257e42626dfca41ea 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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