mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
23 lines
770 B
Diff
23 lines
770 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 172ad54..b719958 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -14,7 +14,7 @@ fetch-libraries:
|
|
|
|
compile-lua:
|
|
$(MAKE) fetch-libraries
|
|
- fennel --compile --require-as-include src/tkts.fnl > src/tktslua
|
|
+ fennel5.3 --compile --require-as-include src/tkts.fnl > src/tktslua
|
|
sed -i '1 i\-- Author: Will Sinatra <wpsinatra@gmail.com> | License: GPLv3' src/tkts.lua
|
|
sed -i '1 i\#!/usr/bin/$(LUA)' src/tkts.lua
|
|
|
|
@@ -23,7 +23,7 @@ install-lua:
|
|
|
|
compile-bin:
|
|
$(MAKE) fetch-libraries
|
|
- cd ./src/ && fennel --compile-binary tkts.fnl tkts-bin $(STATIC_LUA_LIB) $(LUA_INCLUDE_DIR)
|
|
+ cd ./src/ && fennel5.3 --compile-binary tkts.fnl tkts-bin $(STATIC_LUA_LIB) $(LUA_INCLUDE_DIR)
|
|
|
|
install-bin:
|
|
install ./src/tkts-bin -D $(DESTDIR)/tkts
|