summaryrefslogtreecommitdiffstats
path: root/cvs.sh
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
commit89e3d5dd76720f4debe93b17602f759d7b3d1c77 (patch)
tree4fa23e9573e0e26ca2da9c5818eb8d0284e1e6f3 /cvs.sh
parent85405db9a64f18c56cb80375ffe6865cee13c418 (diff)
downloadadmin-89e3d5dd76720f4debe93b17602f759d7b3d1c77.tar.gz
admin-89e3d5dd76720f4debe93b17602f759d7b3d1c77.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/admin@1071990 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cvs.sh')
-rw-r--r--cvs.sh1
1 files changed, 1 insertions, 0 deletions
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