summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
-rwxr-xr-xrun.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index efa6ceba4..c3dfc45c5 100755
--- a/build.sh
+++ b/build.sh
@@ -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
diff --git a/run.sh b/run.sh
index 9db742e19..b988398d9 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,3 @@
cd run
-./bin/manaplus
+./bin/manaplus $*
cd ..