summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/keep/debian/patches
diff options
context:
space:
mode:
authorPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-07 20:37:58 +0100
committerPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-07 20:37:58 +0100
commit413e1748b4f6634573311f24e9cce4ad099d9f15 (patch)
tree453a30388e10d148aa1f05c9dc1f89d6283e8dda /ubuntu/maverick/applications/keep/debian/patches
parent79b18e9f0f943ca0c3a60e5c6a24a3a0d0afad5d (diff)
parent784405e8180ea3d82b9c983dc6980b395a10099b (diff)
downloadtde-packaging-413e1748b4f6634573311f24e9cce4ad099d9f15.tar.gz
tde-packaging-413e1748b4f6634573311f24e9cce4ad099d9f15.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/keep/debian/patches')
-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 55238c41a..782118729 100644
--- a/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
+++ b/ubuntu/maverick/applications/keep/debian/patches/kubuntu_01_kdepot.diff
@@ -5,7 +5,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
export EXTRACTRC PREPARETIPS
-+kdepotpath=/usr/include/kde/kde.pot
++kdepotpath=/usr/include/tde/kde.pot
+
for subdir in $dirs; do
test -z "$VERBOSE" || echo "Making messages in $subdir"
@@ -16,5 +16,5 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+ kdepotpath=`kde-config --expandvars --prefix`/include/tde.pot
fi