summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-20 03:20:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-20 03:25:26 +0100
commit3e78f13e6d035afd464874d6587cca14445f1e1d (patch)
treec0f630366d2762634ff5dfdcc5d2e663a07f9a38
parent71a469d933b65f3ef17981f6d31855ef4c1201b3 (diff)
downloadtde-packaging-3e78f13e6d035afd464874d6587cca14445f1e1d.tar.gz
tde-packaging-3e78f13e6d035afd464874d6587cca14445f1e1d.zip
Fix typo in tdenetwork on Debian and Ubuntu
(cherry picked from commit f8c92d1cdc4f3b3abdd7dc767e570a69a34508b5)
-rw-r--r--debian/lenny/kdenetwork/debian/cdbs/debian-qt-kde.mk2
-rw-r--r--debian/squeeze/kdenetwork/debian/cdbs/debian-qt-kde.mk2
-rw-r--r--ubuntu/maverick/kdenetwork/debian/cdbs/debian-qt-kde.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/kdenetwork/debian/cdbs/debian-qt-kde.mk b/debian/lenny/kdenetwork/debian/cdbs/debian-qt-kde.mk
index d87d86c21..f8b76cb04 100644
--- a/debian/lenny/kdenetwork/debian/cdbs/debian-qt-kde.mk
+++ b/debian/lenny/kdenetwork/debian/cdbs/debian-qt-kde.mk
@@ -81,7 +81,7 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
- debian/$(cdbs_curpkg)/user/share/bug/$(cdbs_curpkg)/presubj; \
+ debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
diff --git a/debian/squeeze/kdenetwork/debian/cdbs/debian-qt-kde.mk b/debian/squeeze/kdenetwork/debian/cdbs/debian-qt-kde.mk
index d87d86c21..f8b76cb04 100644
--- a/debian/squeeze/kdenetwork/debian/cdbs/debian-qt-kde.mk
+++ b/debian/squeeze/kdenetwork/debian/cdbs/debian-qt-kde.mk
@@ -81,7 +81,7 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
- debian/$(cdbs_curpkg)/user/share/bug/$(cdbs_curpkg)/presubj; \
+ debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
diff --git a/ubuntu/maverick/kdenetwork/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/kdenetwork/debian/cdbs/debian-qt-kde.mk
index d87d86c21..f8b76cb04 100644
--- a/ubuntu/maverick/kdenetwork/debian/cdbs/debian-qt-kde.mk
+++ b/ubuntu/maverick/kdenetwork/debian/cdbs/debian-qt-kde.mk
@@ -81,7 +81,7 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
- debian/$(cdbs_curpkg)/user/share/bug/$(cdbs_curpkg)/presubj; \
+ debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::