From 0cc46a1179829d2abb153d846ca22570b78477dd Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Tue, 16 May 2017 21:35:15 +0200 Subject: [PATCH] Update (obsolete!) package/debian/rules to use the renamed desktop file Just for consistency and cleanliness, following commit 4b48aca411450fa2eca56ef1ee46638ef77d62bc. The 'package/debian' directory is going to be removed soon, anyway[1]. The 'RedHat' and 'openSUSE' directories in 'package' don't need such a change, because they use their own desktop file (and they should also be removed after the 2017.2.1 release). [1] https://sourceforge.net/p/flightgear/flightgear/merge-requests/92/ --- package/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/debian/rules b/package/debian/rules index da24e7126..1267f395e 100644 --- a/package/debian/rules +++ b/package/debian/rules @@ -56,7 +56,7 @@ install: build $(MAKE) install prefix=$(CURDIR)/debian/flightgear/usr uudecode flightgear.png.uue cp flightgear.png debian/flightgear/usr/share/icons/hicolor/48x48/apps - cp flightgear.desktop debian/flightgear/usr/share/applnk/Applications/Games + cp org.flightgear.FlightGear.desktop debian/flightgear/usr/share/applnk/Applications/Games # Build architecture-independent files here. binary-indep: build install