diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | run.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man $* cd po make update-gmo @@ -1,3 +1,3 @@ cd run -./bin/manaplus +./bin/manaplus $* cd .. |