From: Bdale Garbee Date: Thu, 5 Aug 2010 04:30:18 +0000 (-0400) Subject: oops, need the desktop file actually delivered X-Git-Tag: debian/1.1.0-2~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a3f54cde49147bff95dd1b2085a4ee5f5c2b12f5;p=debian%2Fopenrocket oops, need the desktop file actually delivered --- diff --git a/debian/dirs b/debian/dirs index 29ae8b6c..93fa6610 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,3 +1,4 @@ usr/bin +usr/share/applications usr/share/java usr/share/pixmaps diff --git a/debian/rules b/debian/rules index 5ce03b01..994e0fc4 100755 --- a/debian/rules +++ b/debian/rules @@ -26,4 +26,6 @@ override_dh_installman: override_dh_install: install -o root -g root -m 644 pix/icon/icon-032.png \ - debian/openrocket/usr/share/pixmaps/ + debian/openrocket/usr/share/pixmaps/openrocket.png + install -o root -g root -m 644 debian/altos.desktop \ + debian/openrocket/usr/share/applications