Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a056ae1a8ec39842ff43215a8124b965b478e30

commit 0a056ae1a8ec39842ff43215a8124b965b478e30
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Apr 16 13:35:36 2011 +0200

tools/genpkgdbs: use sudo for all pot update

diff --git a/tools/genpkgdbs b/tools/genpkgdbs
index 2b09557..1501e45 100755
--- a/tools/genpkgdbs
+++ b/tools/genpkgdbs
@@ -58,11 +58,11 @@ make -i all-i18n 2>&1 |tee build-i18n.log

# update pots

-make -C /pub/other/homepage-ng/frugalware/po pot
-make -C /pub/other/setup/setup/po pot
-make -C /pub/other/fwlive/po pot
-/pub/other/pacman-g2/pacman-g2/autogen.sh --gettext-only --pot-only
-make -C /pub/other/frugalwareutils/frugalwareutils pot
+sudo -u vmiklos /pub/other/homepage-ng/autogen.sh --pot-only
+sudo -u vmiklos /pub/other/setup/setup/autogen.sh --pot-only
+sudo -u vmiklos /pub/other/fwlive/autogen.sh --pot-only
+sudo -u vmiklos /pub/other/pacman-g2/pacman-g2/autogen.sh --gettext-only 
--pot-only
+sudo -u vmiklos /pub/other/frugalwareutils/frugalwareutils/autogen.sh 
--pot-only
sudo -u priyank 
/pub/other/fw-control-center/fw-control-center/gnetconfig/autogen.sh --pot-only
sudo -u priyank /pub/other/fun/fun/autogen.sh --pot-only
sudo -u priyank 
/pub/other/fw-control-center/fw-control-center/gnetconfig-mcs-plugin/autogen.sh 
--pot-only
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to