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 | ca064b5728f7bef0418558a35816d3c982fcc692 (patch) | |
tree | b480c47a2ad2a1afa940e52ca6f86d6c920dd0f1 /cvs.sh | |
parent | bb9dea09e32b98e2d02d5a85b773426682a3d5d1 (diff) | |
download | admin-ca064b5728f7bef0418558a35816d3c982fcc692.tar.gz admin-ca064b5728f7bef0418558a35816d3c982fcc692.zip |
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1138167 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cvs.sh')
-rw-r--r-- | cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |