summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kdbusnotification/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/kdbusnotification/debian/rules')
-rwxr-xr-xubuntu/maverick/applications/kdbusnotification/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kdbusnotification/debian/rules b/ubuntu/maverick/applications/kdbusnotification/debian/rules
index d47788b3a..2acd9ab0f 100755
--- a/ubuntu/maverick/applications/kdbusnotification/debian/rules
+++ b/ubuntu/maverick/applications/kdbusnotification/debian/rules
@@ -146,8 +146,8 @@ install: build
# Install standard documentation links.
for pkg in `dh_listpackages`; do \
- if test -d debian/$$pkg/opt/trinity/share/doc/kde/HTML/en/$$pkg; then \
- dh_link -p$$pkg opt/trinity/share/doc/kde/HTML/en/$$pkg \
+ if test -d debian/$$pkg/opt/trinity/share/doc/tde/HTML/en/$$pkg; then \
+ dh_link -p$$pkg opt/trinity/share/doc/tde/HTML/en/$$pkg \
opt/trinity/share/doc/$$pkg/html; \
fi; \
done