diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 02:41:49 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 02:41:49 +0100 |
commit | 47e4f1caf362b2ca97a39f540c6885683de1898f (patch) | |
tree | 06deed52c47ea690382a9617bef2e21e28acf78f /compilation | |
parent | 85992d8f7b7d2b59f53495fdfed67abc522466aa (diff) |
luac is no more.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index c30cc8a..fd35bc1 100755 --- a/compilation +++ b/compilation @@ -53,7 +53,7 @@ cd .. cd lua-interface colormake || exit -1 ./lua-interface -e 'print "Hello, world!"' -cp lua-interface luac ../lua-interface-distrib/linux +cp lua-interface ../lua-interface-distrib/linux cd .. cd lua-modules |