diff options
Diffstat (limited to 'main/lua-subprocess/makefile.patch')
-rw-r--r-- | main/lua-subprocess/makefile.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/lua-subprocess/makefile.patch b/main/lua-subprocess/makefile.patch index 6ae43ec54f..6fa2b20597 100644 --- a/main/lua-subprocess/makefile.patch +++ b/main/lua-subprocess/makefile.patch @@ -9,13 +9,3 @@ subprocess.html: subprocess.txt $(ASCIIDOC) $< -@@ -36,7 +36,8 @@ clean: - - .PHONY: install - install: subprocess.so -- $(INSTALL) -m755 subprocess.so $(INSTALL_CMOD)/ -+ mkdir -p $(DESTDIR)$(INSTALL_CMOD)/ -+ $(INSTALL) -m755 subprocess.so $(DESTDIR)$(INSTALL_CMOD)/ - - .PHONY: uninstall - uninstall: |