diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-15 09:02:41 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-15 09:02:41 +0000 |
commit | e2d8417299115aacd9b414375e90b2075c537575 (patch) | |
tree | 335b85d1aaa5a109e23aa7b67d2f156b55793a51 /admin/cvs.sh | |
parent | e0e7ac6fc810f79be05bfbb5d2fbd2d5cc6572c9 (diff) | |
download | other-e2d8417299115aacd9b414375e90b2075c537575.tar.gz other-e2d8417299115aacd9b414375e90b2075c537575.zip |
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1138167 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'admin/cvs.sh')
-rw-r--r-- | admin/cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cvs.sh b/admin/cvs.sh index 8ba50bb..3394ddb 100644 --- a/admin/cvs.sh +++ b/admin/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 |