diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 12:46:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 12:46:45 -0500 |
commit | 39a63a5c9d139191f97494f30fcff003528cd6de (patch) | |
tree | 2baa301535563631bfd9868b700527fba8c6112d /ubuntu/maverick/applications/kdiff3 | |
parent | 082f0e5e0f16bf2874d7401b66897770e6c7bce5 (diff) | |
download | tde-packaging-39a63a5c9d139191f97494f30fcff003528cd6de.tar.gz tde-packaging-39a63a5c9d139191f97494f30fcff003528cd6de.zip |
Update Ubuntu and Debian packaging to use applications/share/tde
Diffstat (limited to 'ubuntu/maverick/applications/kdiff3')
-rwxr-xr-x | ubuntu/maverick/applications/kdiff3/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kdiff3/debian/rules b/ubuntu/maverick/applications/kdiff3/debian/rules index ef9215c19..bc64fcc06 100755 --- a/ubuntu/maverick/applications/kdiff3/debian/rules +++ b/ubuntu/maverick/applications/kdiff3/debian/rules @@ -80,8 +80,8 @@ install: build mkdir --parents $(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/ + mkdir --parents $(CURDIR)/debian/tmp/opt/trinity/share/applications/tde/ + mv $(CURDIR)/debian/tmp/opt/trinity/share/applnk/Development/kdiff3.desktop $(CURDIR)/debian/tmp/opt/trinity/share/applications/tde/ # Build architecture-independent files here. |