summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/luarocks')
-rw-r--r--plugins/luarocks/luarocks.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk
index 10131ee..a852c37 100644
--- a/plugins/luarocks/luarocks.mk
+++ b/plugins/luarocks/luarocks.mk
@@ -39,6 +39,7 @@ define $(PKG)_BUILD_SHARED
# create bash wrapper adding inter-process mutex
# see https://github.com/mxe/mxe/pull/1017#issuecomment-161557440
+ $(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/luarocks'
(echo '#!/usr/bin/env bash'; \
echo 'echo "== Using MXE wrapper: $(PREFIX)/$(TARGET)/bin/luarocks"'; \
echo '# Creating a directory is an atomic operation, that is why'; \