aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-subprocess/makefile.patch
blob: 7567ca92cea59270b2f98d806e70eea6caa03fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./src/lua-subprocess-20121211/Makefile
+++ ./Makefile
@@ -36,7 +36,8 @@
 
 .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: