Fix some syntax errors

This commit is contained in:
Matthew Bowra-Dean
2011-01-05 13:36:10 +13:00
parent 0d038f00ba
commit 3aff455fba
5 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ rm -rf root
# Game files
mkdir -p root/usr/bin/
if [ $4 -eq "x64" ]; then
if [ $4 = "x64" ]; then
cp -T $BUILTDIR/gtklaunch root/usr/bin/openra
else
cp -T $BUILTDIR/gtklaunch32 root/usr/bin/openra