Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=63826205ae29aa873bf6f009e8a832548fe6f2e0
commit 63826205ae29aa873bf6f009e8a832548fe6f2e0 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Dec 26 15:37:50 2007 +0100 autogen.sh: don't touch the Makevars files diff --git a/autogen.sh b/autogen.sh index d63d319..91e110a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,6 +49,8 @@ import_pootle() mv Makevars.tmp Makevars cd - >/dev/null done + # avoing having the Makevars file as modified ones + git update-index --refresh >/dev/null } cd `dirname $0` _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
