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
master
tpearson 14 years ago
parent 5498a89635
commit fde5da0551

@ -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

Loading…
Cancel
Save