summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 0cc247d3..0ba46034 100755
--- a/makedist
+++ b/makedist
@@ -150,7 +150,7 @@ if [ "$1" = "binary" ]
150then 150then
151 shift 151 shift
152 152
153 ./configure --lua-version=5.4 153 ./configure --lua-version=5.4 --with-lua=${LUA_DIR:-/usr}
154 154
155 make binary 155 make binary
156 cd build-binary 156 cd build-binary