diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-12 08:59:56 +0200 |
commit | b9ef206d9569f815e58c9c1736f3b423db45f1a2 (patch) | |
tree | 2974a4adbdfb2fc3b629a1d9a749d05e177ec6e6 /ubuntu/maverick/applications/kdiff3/debian/rules | |
parent | 4baec23ccd1aa75c3b7b06a9ae2ee2919eb2aea4 (diff) | |
download | tde-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/kdiff3/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kdiff3/debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/kdiff3/debian/rules b/ubuntu/maverick/applications/kdiff3/debian/rules index 09511bd51..daf6b2bea 100755 --- a/ubuntu/maverick/applications/kdiff3/debian/rules +++ b/ubuntu/maverick/applications/kdiff3/debian/rules @@ -72,13 +72,13 @@ install: build dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \ - kde_htmldir=/opt/trinity/share/doc/kde/HTML - rm -rf $(CURDIR)/debian/tmp/opt/trinity/share/doc/kde/HTML/kdiff3 + kde_htmldir=/opt/trinity/share/doc/tde/HTML + rm -rf $(CURDIR)/debian/tmp/opt/trinity/share/doc/tde/HTML/kdiff3 # that's not where we want to have a man page - rm -rf $(CURDIR)/debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdiff3/kdiff3.1 + rm -rf $(CURDIR)/debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdiff3/kdiff3.1 # move HTML help /opt/trinity/share/doc/kdiff3/html/ mkdir --parents $(CURDIR)/debian/tmp/opt/trinity/share/doc/kdiff3-doc/html/ - mv $(CURDIR)/debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdiff3/*.html $(CURDIR)/debian/tmp/opt/trinity/share/doc/kdiff3-doc/html/ + mv $(CURDIR)/debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdiff3/*.html $(CURDIR)/debian/tmp/opt/trinity/share/doc/kdiff3-doc/html/ # move kdiff3.desktop to freedesktop.org conforming place mkdir --parents $(CURDIR)/debian/tmp/opt/trinity/share/applications/kde/ mv $(CURDIR)/debian/tmp/opt/trinity/share/applnk/Development/kdiff3.desktop $(CURDIR)/debian/tmp/opt/trinity/share/applications/kde/ |