summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/module.xml b/java/module.xml
index 844c6987dd..081c5e7c2d 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -96,7 +96,7 @@
</pathconvert>
<map property="module.manifest.deps" value="${module.depends.dirs}">
- <globmapper from="*" to="${prefix}*${suffix}${launcher.sfx}"/>
+ <globmapper from="*" to="*${launcher.sfx}"/>
</map>
<property name="module.manifest.classpath"
@@ -159,8 +159,8 @@
<mkdir dir="${destdir}/${bin.dir}"/>
<copy todir="${destdir}/${bin.dir}" failonerror="false">
<fileset dir="${src.bin}"/>
- </copy>
- <chmod dir="${destdir}" perm="ugo+rx" includes="**/*"/>
+ </copy>
+ <chmod dir="${destdir}/${bin.dir}" perm="ugo+rx" includes="**/*"/>
</target>
<target name="build" depends="compile">