summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdeadmin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:23 -0600
commit908a5c592bfba3cfd3f5e8f0283297f2e17ff67e (patch)
tree679551b1b5b94d54894e89abb82c660ff23b7c0a /ubuntu/maverick/tdeadmin
parentc1c92025fad3e0fa4054fb3ad13f9321381625cb (diff)
downloadtde-packaging-908a5c592bfba3cfd3f5e8f0283297f2e17ff67e.tar.gz
tde-packaging-908a5c592bfba3cfd3f5e8f0283297f2e17ff67e.zip
Rename kde-config to tde-config
Diffstat (limited to 'ubuntu/maverick/tdeadmin')
-rw-r--r--ubuntu/maverick/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/maverick/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff
index e154eb334..20ad1b0b7 100644
--- a/ubuntu/maverick/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff
+++ b/ubuntu/maverick/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff
@@ -13,13 +13,13 @@
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
-+# 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=. \