From 89e3d5dd76720f4debe93b17602f759d7b3d1c77 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jan 2010 09:45:37 +0000 Subject: [PATCH] Added /opt/kde3 to the extractrc path to handle usual Trinity compilation prefix git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1071990 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- cvs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cvs.sh b/cvs.sh index a995a0f..8ba50bb 100644 --- a/cvs.sh +++ b/cvs.sh @@ -533,6 +533,7 @@ podir=${podir:-$PWD/po} files=`find . -name Makefile.am | xargs egrep -l '^messages:' ` dirs=`for i in $files; do echo \`dirname $i\`; done` tmpname="$PWD/messages.log" +export PATH=$PATH:/opt/kde3/bin if test -z "$EXTRACTRC"; then EXTRACTRC=extractrc ; fi if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi export EXTRACTRC PREPARETIPS