summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-11-25 02:41:49 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-11-25 02:41:49 +0100
commit47e4f1caf362b2ca97a39f540c6885683de1898f (patch)
tree06deed52c47ea690382a9617bef2e21e28acf78f
parent85992d8f7b7d2b59f53495fdfed67abc522466aa (diff)
luac is no more.
-rwxr-xr-xcompilation2
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