summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d59da6e75..efa6ceba4 100755
--- a/build.sh
+++ b/build.sh
@@ -1,8 +1,16 @@
#!/bin/bash
+dir=`pwd`
+
autoreconf -i
-./configure
+./configure --prefix=$dir/run \
+--datadir=$dir/run/share/games \
+--bindir=$dir/run/bin \
+--mandir=$dir/run/share/man
+
cd po
make update-gmo
cd ..
make
+mkdir run
+make install \ No newline at end of file