projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a32b43
)
java-utils-2.eclass: DESTTREE assignment -> into, #566480
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 May 2016 09:14:31 +0000
(11:14 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 May 2016 09:54:20 +0000
(11:54 +0200)
eclass/java-utils-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/java-utils-2.eclass
b/eclass/java-utils-2.eclass
index 3b58a25dbb39858288e24d4118c62c46554d10f1..976243f00715542e51bd49c299c55f5c127b2ef2 100644
(file)
--- a/
eclass/java-utils-2.eclass
+++ b/
eclass/java-utils-2.eclass
@@
-831,7
+831,10
@@
java-pkg_dolauncher() {
echo "source /usr/share/java-config-2/launcher/launcher.bash" >> "${target}"
if [[ -n "${target_dir}" ]]; then
- DESTTREE="${target_dir}" dobin "${target}"
+ (
+ into "${target_dir}"
+ dobin "${target}"
+ )
local ret=$?
return ${ret}
else