File 0001-luarocks51-do-not-install-vendored-compat53.patch of Package luarocks

diff --git a/GNUmakefile b/GNUmakefile
index 46be0cc6455e..dade806dbf21 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -119,16 +119,6 @@ install: all install-config
 	do \
 	   $(INSTALL_DATA) "$$f" '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \
 	done
-ifeq (,$(findstring $(LUA_VERSION),"5.3" "5.4"))
-	find src/compat53/ -type d | while read f; \
-	do \
-	   mkdir -p '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \
-	done
-	find src/compat53/ -type f -name '*.lua' | while read f; \
-	do \
-	   $(INSTALL_DATA) "$$f" '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \
-	done
-endif
 
 install-config:
 	mkdir -p '$(DESTDIR)$(luarocksconfdir)/'