Skip to content

Commit 30aa522

Browse files
committed
/
1 parent 08b1546 commit 30aa522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildLuaRocks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm luarocks-3.12.2.tar.gz
1414
cd luarocks-3.12.2
1515
case $(uname -v) in
1616
*FreeBSD*)
17-
./configure --with-lua-bin="usr/local/bin"
17+
./configure --with-lua-bin="/usr/local/bin"
1818
;;
1919
*)
2020
./configure

0 commit comments

Comments
 (0)