diff options
author | Timothy Pearson <[email protected]> | 2012-06-11 12:46:45 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-11 12:46:45 -0500 |
commit | 39a63a5c9d139191f97494f30fcff003528cd6de (patch) | |
tree | 2baa301535563631bfd9868b700527fba8c6112d /ubuntu/maverick/applications/basket/debian/rules | |
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/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/basket/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |