diff options
Diffstat (limited to 'repo/system/lua-mpack/dont-install-busted.patch')
-rw-r--r-- | repo/system/lua-mpack/dont-install-busted.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/system/lua-mpack/dont-install-busted.patch b/repo/system/lua-mpack/dont-install-busted.patch deleted file mode 100644 index 2acb260..0000000 --- a/repo/system/lua-mpack/dont-install-busted.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) |