Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--launcher-binary-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index 278a6e430..f04c330c2 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,6 +52,7 @@
<configuration>
<property name="feature.base" value="."/>
<target>
+ <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755"/>
<copy todir="." overwrite="true">
<fileset dir="../../../rt.equinox.binaries/${project.artifactId}/">
<include name="*.so"/>

Back to the top