Skip to content

Commit

Permalink
change chmod 777 to a+x fixes joxa#16
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed Jun 5, 2012
1 parent afc7aeb commit 32a753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/core-build.mkf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ bare-escript: $(ESCRIPT_DIR)/.d $(ESCRIPT_TMP)/.d
cp -R $(DEPS_DIR)/* $(ESCRIPT_TMP)
cd $(ESCRIPT_TMP); zip -r joxa.ez *; \
$(ERL) $(ERLFLAGS) -eval "escript:create(\"joxa\", [shebang, {emu_args, []}, {archive, \"./joxa.ez\"}])" -s init stop
chmod 777 $(ESCRIPT_TMP)/joxa
chmod a+x $(ESCRIPT_TMP)/joxa
mv $(ESCRIPT_TMP)/joxa $(ESCRIPT_DIR)/
rm -rf $(ESCRIPT_TMP)

Expand Down

0 comments on commit 32a753d

Please sign in to comment.