diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
commit | 1d05dfa51ea2699e67b7b7b48339cc0baf4e249d (patch) | |
tree | 86ba1ea4a3b68f7118ad45291c21648ebf5c3766 /ubuntu/maverick/applications/kdiff3/debian/rules | |
parent | 2246bcd2933678a54e2290f2ce3b492e16d6cb9a (diff) | |
download | tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.tar.gz tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.zip |
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
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 e76778235..ef9215c19 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/ |