aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update_po.sh')
-rwxr-xr-xupdate_po.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_po.sh b/update_po.sh
new file mode 100755
index 0000000..bf73194
--- /dev/null
+++ b/update_po.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+sh autogen.sh && ./configure --prefix=/usr --disable-selinux --enable-selinux=no && make -C po update-po && make distclean