Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=af48b9684ae3bc8625abd8f9002b323bfe33433b
commit af48b9684ae3bc8625abd8f9002b323bfe33433b Author: Priyank <[EMAIL PROTECTED]> Date: Fri Sep 21 01:47:27 2007 +0530 gnetconfig-mcs-plugin: don't use gnetconfig's .po files. it should use gnetconfig-mcs-plugin.po while generating tarball diff --git a/gnetconfig-mcs-plugin/autogen.sh b/gnetconfig-mcs-plugin/autogen.sh index 70b2e7f..0d68a6b 100755 --- a/gnetconfig-mcs-plugin/autogen.sh +++ b/gnetconfig-mcs-plugin/autogen.sh @@ -18,8 +18,8 @@ import_pootle() : > po/LINGUAS for i in $(/bin/ls $po_dir/fwcontrolcenter) do - [ -e $po_dir/fwcontrolcenter/$i/gnetconfig.po ] || continue - cp $po_dir/fwcontrolcenter/$i/gnetconfig.po po/$i.po + [ -e $po_dir/fwcontrolcenter/$i/gnetconfig-mcs-plugin.po ] || continue + cp $po_dir/fwcontrolcenter/$i/gnetconfig-mcs-plugin.po po/$i.po if msgfmt -c --statistics -o po/$i.gmo po/$i.po; then echo $i >> po/LINGUAS else _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
