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/basket | |
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/basket')
-rw-r--r-- | ubuntu/maverick/applications/basket/debian/basket-trinity.install | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/basket/debian/rules | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/basket/debian/basket-trinity.install b/ubuntu/maverick/applications/basket/debian/basket-trinity.install index a24d7e924..8064234ee 100644 --- a/ubuntu/maverick/applications/basket/debian/basket-trinity.install +++ b/ubuntu/maverick/applications/basket/debian/basket-trinity.install @@ -1,4 +1,4 @@ -opt/trinity/share/applications/kde/basket.desktop +opt/trinity/share/applications/tde/basket.desktop opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_good.png diff --git a/ubuntu/maverick/applications/basket/debian/rules b/ubuntu/maverick/applications/basket/debian/rules index 0527d1198..c0e639fdc 100755 --- a/ubuntu/maverick/applications/basket/debian/rules +++ b/ubuntu/maverick/applications/basket/debian/rules @@ -76,8 +76,8 @@ install: build # Install into package-build-dir $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp -# mkdir -p $(CURDIR)/debian/basket-trinity/opt/trinity/share/applications/kde/ -# mv $(CURDIR)/debian/basket-trinity/opt/trinity/share/applnk/Utilities/basket.desktop $(CURDIR)/debian/basket-trinity/opt/trinity/share/applications/kde/ +# mkdir -p $(CURDIR)/debian/basket-trinity/opt/trinity/share/applications/tde/ +# mv $(CURDIR)/debian/basket-trinity/opt/trinity/share/applnk/Utilities/basket.desktop $(CURDIR)/debian/basket-trinity/opt/trinity/share/applications/tde/ binary-indep: build install |