From ca457774bd1107abf20c3ec10d37f1b1a94eeba2 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 21 Sep 2005 09:17:08 +0000 Subject: [PATCH] only make updatepofiles, not the other tools git-svn-id: trunk@7767 - --- localize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localize.sh b/localize.sh index 7f5a192d2e..41a23bbb6e 100755 --- a/localize.sh +++ b/localize.sh @@ -15,7 +15,7 @@ set -e if [ ! -x tools/updatepofiles ]; then cd tools - make + make updatepofiles cd - fi