Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aec0a6e97c875df620f137ecc48bdd1c3d074a19 (plain) (blame)
1
2
# bug 407433 - launcher .so files need exec permissions on HPUX
instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1627.so,permissions:755);

Back to the top