From ca064b5728f7bef0418558a35816d3c982fcc692 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 15 Jun 2010 09:02:41 +0000 Subject: Automake fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1138167 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cvs.sh') diff --git a/cvs.sh b/cvs.sh index 8ba50bb..3394ddb 100644 --- a/cvs.sh +++ b/cvs.sh @@ -533,7 +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 +export PATH=$PATH:/opt/kde3/bin:/opt/trinity/bin if test -z "$EXTRACTRC"; then EXTRACTRC=extractrc ; fi if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi export EXTRACTRC PREPARETIPS -- cgit v1.2.1