summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 15:05:13 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 15:05:13 +0200
commit16fe2e5d0525422ba6ca5db9e92a93d17caae302 (patch)
treed6f1a9ed22335f6d0b457ccdd560b7525fb38d14 /make.sh
parent10af7615316fd91eef61cc66a8ede38a2bff3fdc (diff)
Imported Upstream version 0.6.6upstream/0.6.6
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh6
1 files changed, 6 insertions, 0 deletions
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 .. )