Skip to content
Snippets Groups Projects
Commit 2110aa23 authored by Jack Nagel's avatar Jack Nagel
Browse files

0644 is not executable

parent 3bad664c
No related branches found
No related tags found
No related merge requests found
......@@ -390,8 +390,6 @@ class Pathname
#!/bin/bash
exec "#{target}" "$@"
EOS
# +x here so this will work during post-install as well
(self+target.basename()).chmod 0644
end
end
......@@ -422,8 +420,6 @@ class Pathname
#!/bin/bash
exec java #{java_opts} -jar #{target_jar} "$@"
EOS
# +x here so this will work during post-install as well
(self+script_name).chmod 0644
end
def install_metafiles from=nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment