summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/luarocks')
-rw-r--r--plugins/luarocks/luarocks.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk
index 254e303..3ec4404 100644
--- a/plugins/luarocks/luarocks.mk
+++ b/plugins/luarocks/luarocks.mk
@@ -24,7 +24,7 @@ define $(PKG)_BUILD_SHARED
--rocks-tree='$(PREFIX)/$(TARGET)' \
--lua-version='$(lua_SHORTVER)' \
--with-lua='$(PREFIX)/$(TARGET)' \
- --with-lua-bin='$(PREFIX)/bin' \
+ --with-lua-bin='$(PREFIX)/$(BUILD)/bin' \
--with-downloader='wget' \
--with-md5-checker='openssl'
$(MAKE) -C '$(1)' build \