aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eda14bb5..18764556 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,7 @@ cleanup_bins:
107 do \ 107 do \
108 mv src/bin/$$f{,.bak} ;\ 108 mv src/bin/$$f{,.bak} ;\
109 sed "s,^#!.*lua.*,#!/usr/bin/env lua,;/^package.path/d" < src/bin/$$f.bak > src/bin/$$f ;\ 109 sed "s,^#!.*lua.*,#!/usr/bin/env lua,;/^package.path/d" < src/bin/$$f.bak > src/bin/$$f ;\
110 chmod +x src/bin/$$f ;\
110 rm src/bin/$$f.bak ;\ 111 rm src/bin/$$f.bak ;\
111 done 112 done
112 113