summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 09:45:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 09:45:37 +0000
commitfde5da0551e1fe4f443495201b82b9f7e383f3c0 (patch)
treede8e53c915037ce79aed5c756459002eeadc0cf1
parent5498a8963558af2970db9af23cca85759ea36819 (diff)
downloadother-fde5da0551e1fe4f443495201b82b9f7e383f3c0.tar.gz
other-fde5da0551e1fe4f443495201b82b9f7e383f3c0.zip
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@1071990 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--admin/cvs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/cvs.sh b/admin/cvs.sh
index a995a0f..8ba50bb 100644
--- a/admin/cvs.sh
+++ b/admin/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