1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/lua-mpack/dont-install-busted.patch
2017-04-22 18:38:38 +02:00

13 lines
284 B
Diff

Fix Makefile to not try to download and install LuaRocks and busted; use
system-provided busted.
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@
depsclean:
rm -rf $(DEPS_DIR)
-test: $(BUSTED) $(MPACK)
+test: $(MPACK)
$(BUSTED) -o gtest test.lua
valgrind: $(BUSTED) $(MPACK)