diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-17 14:25:51 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-17 14:25:51 -0500 |
commit | a8c1e3d6987cb1b9faa4a85e1b6736f5ab289bd9 (patch) | |
tree | 07d5cec6418544696496e1fc07a372eb4a862bca /test | |
parent | 50ad746cfae5cc96c1352dfa7d06754fcccf41df (diff) | |
download | lua4win-dist-lua-a8c1e3d6987cb1b9faa4a85e1b6736f5ab289bd9.tar.gz lua4win-dist-lua-a8c1e3d6987cb1b9faa4a85e1b6736f5ab289bd9.tar.bz2 lua4win-dist-lua-a8c1e3d6987cb1b9faa4a85e1b6736f5ab289bd9.zip |
Add our rock servers and a system-wide rock tree
Diffstat (limited to 'test')
-rwxr-xr-x | test | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ tar -czf images.tar.gz *.png | |||
75 | 75 | ||
76 | # Make sure we've installed it | 76 | # Make sure we've installed it |
77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' | 77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' |
78 | test -e $INSTALLDIR/luajit.exe | 78 | test -e "$INSTALLDIR/luajit.exe" |
79 | test -e $INSTALLDIR/luarocks.exe | 79 | test -e "$INSTALLDIR/luarocks.exe" |
80 | wine "$INSTALLDIR/luarocks.exe" --help | 80 | wine "$INSTALLDIR/luarocks.exe" --help |
81 | wine "$INSTALLDIR/luarocks.exe" config | 81 | wine "$INSTALLDIR/luarocks.exe" config |