aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-subprocess/makefile.patch
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-12-12 14:30:45 +0000
committerTed Trask <ttrask01@yahoo.com>2012-12-12 14:30:45 +0000
commit414d7bc16e0bd9fd882215b5a5107530f3433527 (patch)
tree341080d183f399d59051c1b652e0a8fda4815742 /main/lua-subprocess/makefile.patch
parent1239b4d79d72c18b8c8cee8940f9ade58a740149 (diff)
downloadaports-414d7bc16e0bd9fd882215b5a5107530f3433527.tar.bz2
aports-414d7bc16e0bd9fd882215b5a5107530f3433527.tar.xz
main/lua-subprocess: move from testing
Diffstat (limited to 'main/lua-subprocess/makefile.patch')
-rw-r--r--main/lua-subprocess/makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lua-subprocess/makefile.patch b/main/lua-subprocess/makefile.patch
new file mode 100644
index 0000000000..7567ca92ce
--- /dev/null
+++ b/main/lua-subprocess/makefile.patch
@@ -0,0 +1,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: