install actually installs with correct perms

alfons-task
Nathan DECHER 4 years ago
parent a26a1500df
commit 16673afc61
  1. 1
      Build.moon

@ -23,6 +23,7 @@ public target 'install', from: OUT_AMALG, out: '/usr/local/bin/moonbuild', fn: =
dfd\write line, '\n'
ifd\close!
dfd\close!
-chmod '+x', @outfile
#echo "Installed at:", @outfile
default target OUT_AMALG, from: {BINARY_LUA, OUT_LUA}, out: OUT_AMALG, fn: =>

Loading…
Cancel
Save