diff options
-rwxr-xr-x | build.sh | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |