chiark / gitweb /
php: Update from 7.1 RC5 to RC6
[termux-packages] / packages / luarocks / Makefile.patch
1 diff -u -r ../luarocks-2.4.0/Makefile ./Makefile
2 --- ../luarocks-2.4.0/Makefile  2016-09-08 14:39:09.000000000 -0400
3 +++ ./Makefile  2016-09-26 09:15:45.364036927 -0400
4 @@ -116,7 +116,7 @@
5         for f in $(BIN_FILES) ;\
6         do \
7            mv src/bin/$$f src/bin/$$f.bak ;\
8 -          sed "s,^#!.*lua.*,#!/usr/bin/env lua,;/^package.path/d" < src/bin/$$f.bak > src/bin/$$f ;\
9 +          sed "s,^#!.*lua.*,#!/usr/bin/env luajit,;/^package.path/d" < src/bin/$$f.bak > src/bin/$$f ;\
10            chmod +rx src/bin/$$f ;\
11            rm -f src/bin/$$f.bak ;\
12         done