0644 is not executable
This commit is contained in:
parent
3bad664c39
commit
2110aa2379
@ -390,8 +390,6 @@ class Pathname
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
exec "#{target}" "$@"
|
exec "#{target}" "$@"
|
||||||
EOS
|
EOS
|
||||||
# +x here so this will work during post-install as well
|
|
||||||
(self+target.basename()).chmod 0644
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -422,8 +420,6 @@ class Pathname
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
exec java #{java_opts} -jar #{target_jar} "$@"
|
exec java #{java_opts} -jar #{target_jar} "$@"
|
||||||
EOS
|
EOS
|
||||||
# +x here so this will work during post-install as well
|
|
||||||
(self+script_name).chmod 0644
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def install_metafiles from=nil
|
def install_metafiles from=nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user