From 16fe2e5d0525422ba6ca5db9e92a93d17caae302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 27 Sep 2015 15:05:13 +0200 Subject: Imported Upstream version 0.6.6 --- make.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 6c27dce..6483361 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,11 @@ #!/bin/sh +# get directory of script and cd to it +DIR="$( cd "$( dirname "$0" )" && pwd )" +cd $DIR + +./resources/locale/compile-po.sh + mkdir build cd build; cmake ..; make -j8 && ( cd .. ) -- cgit v1.2.3