summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff')
-rw-r--r--ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff b/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
index de663438c..ebdf4630a 100644
--- a/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
+++ b/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
@@ -14,7 +14,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
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