diff options
Diffstat (limited to 'community/lua-mpack/dont-install-busted.patch')
-rw-r--r-- | community/lua-mpack/dont-install-busted.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-mpack/dont-install-busted.patch b/community/lua-mpack/dont-install-busted.patch index f6e07fa28f..2acb260862 100644 --- a/community/lua-mpack/dont-install-busted.patch +++ b/community/lua-mpack/dont-install-busted.patch @@ -1,7 +1,7 @@ Fix Makefile to not try to download and install LuaRocks and busted; use system-provided busted. ---- a/binding/lua/Makefile -+++ b/binding/lua/Makefile +--- a/Makefile ++++ b/Makefile @@ -61,7 +61,7 @@ depsclean: rm -rf $(DEPS_DIR) |