aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-06-15 16:59:54 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-06-15 16:59:54 +0000
commit2590d96369d0217e31dc2812690dde61dac417b5 (patch)
tree82276f787b08a28548e342c7921486f1acefab9f /update_po.sh
parentfirst commit (diff)
downloadanaconda-2590d96369d0217e31dc2812690dde61dac417b5.tar.gz
anaconda-2590d96369d0217e31dc2812690dde61dac417b5.tar.bz2
anaconda-2590d96369d0217e31dc2812690dde61dac417b5.zip
Initial import from Sabayon (ver 0.9.9.56)
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