summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-28 21:25:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-28 21:25:48 -0500
commit4dd97fad9e0c3f39abfd16d13e5b4c93d508513c (patch)
tree70512ee77d471267f45e93a01cebf97d144e17f2
parent92ee091d6ecb323af421834d2926f2d920035adc (diff)
downloadadmin-4dd97fad9e0c3f39abfd16d13e5b4c93d508513c.tar.gz
admin-4dd97fad9e0c3f39abfd16d13e5b4c93d508513c.zip
Rename kde.pot
-rw-r--r--cvs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs.sh b/cvs.sh
index b78196d..15c4d6c 100644
--- a/cvs.sh
+++ b/cvs.sh
@@ -543,9 +543,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:-`tde-config --expandvars --install include`}/kde.pot
+ kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
if ! test -f $kdepotpath; then
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+ kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \