summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kpicosim/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-16 08:50:40 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-09-12 08:59:56 +0200
commitb9ef206d9569f815e58c9c1736f3b423db45f1a2 (patch)
tree2974a4adbdfb2fc3b629a1d9a749d05e177ec6e6 /ubuntu/maverick/applications/kpicosim/debian
parent4baec23ccd1aa75c3b7b06a9ae2ee2919eb2aea4 (diff)
downloadtde-packaging-b9ef206d9569f815e58c9c1736f3b423db45f1a2.tar.gz
tde-packaging-b9ef206d9569f815e58c9c1736f3b423db45f1a2.zip
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
(cherry picked from commit 1d05dfa51ea2699e67b7b7b48339cc0baf4e249d)
Diffstat (limited to 'ubuntu/maverick/applications/kpicosim/debian')
-rw-r--r--ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links2
-rwxr-xr-xubuntu/maverick/applications/kpicosim/debian/rules4
2 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links b/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links
index e80a6f57c..78a8ee9df 100644
--- a/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links
+++ b/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links
@@ -1 +1 @@
-/opt/trinity/share/doc/kde/HTML/en/kpicosim /opt/trinity/share/apps/kpicosim/doc
+/opt/trinity/share/doc/tde/HTML/en/kpicosim /opt/trinity/share/apps/kpicosim/doc
diff --git a/ubuntu/maverick/applications/kpicosim/debian/rules b/ubuntu/maverick/applications/kpicosim/debian/rules
index 3541dc742..0311252aa 100755
--- a/ubuntu/maverick/applications/kpicosim/debian/rules
+++ b/ubuntu/maverick/applications/kpicosim/debian/rules
@@ -94,8 +94,8 @@ install: build
fi; \
mv debian/$$pkg/opt/trinity/share/doc/HTML debian/$$pkg/opt/trinity/share/doc/kde/; \
fi; \
- 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