summaryrefslogtreecommitdiffstats
path: root/cvs.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:24:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:24:14 -0600
commit1e5f9378a47b7a809f3027ae8f39ef5062825756 (patch)
tree0ffb3f98826eff1197a65c851638f5e034242117 /cvs.sh
parent05d69037cede1f0db222b4dec81dda64f26fd8b3 (diff)
downloadadmin-1e5f9378a47b7a809f3027ae8f39ef5062825756.tar.gz
admin-1e5f9378a47b7a809f3027ae8f39ef5062825756.zip
Rename kde-config to tde-config
Diffstat (limited to 'cvs.sh')
-rw-r--r--cvs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs.sh b/cvs.sh
index 9c8a83a..930f852 100644
--- a/cvs.sh
+++ b/cvs.sh
@@ -555,9 +555,9 @@ for subdir in $dirs; do
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+ kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+ kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \