summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-04-13 20:04:02 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-04-13 20:04:02 (GMT)
commit41752a6195b0025de5a84728e11cc96b57b1e430 (patch)
treee2ee74d7a7fecc32453533fc44d3c8303faab226
parentd48fea5ca1d276671ba9958ed1989b7975f2699c (diff)
parent147390c66e5aed4313885399031edc58216a9543 (diff)
downloadmxe-41752a6195b0025de5a84728e11cc96b57b1e430.zip
mxe-41752a6195b0025de5a84728e11cc96b57b1e430.tar.gz
mxe-41752a6195b0025de5a84728e11cc96b57b1e430.tar.bz2
Merge pull request #13 from stloeffler/stable
Add missing "$(INSTALL) -d" to lua.mk
-rw-r--r--src/lua.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.mk b/src/lua.mk
index 9825e9a..4a4474d 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -30,6 +30,7 @@ define $(PKG)_BUILD
INSTALL='$(INSTALL)' \
install
$(SED) -i 's,^prefix=.*,prefix=$(PREFIX)/$(TARGET),' '$(1)/etc/lua.pc'
+ $(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'
$(INSTALL) -m644 '$(1)/etc/lua.pc' '$(PREFIX)/$(TARGET)/lib/pkgconfig/lua.pc'
'$(TARGET)-gcc' \