From eef6621f34af49c5838f7377a3e2480279e80125 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Feb 2015 22:48:42 +0300 Subject: Add install action into build script. --- build.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50