Update (obsolete!) package/debian/rules to use the renamed desktop file
Just for consistency and cleanliness, following commit
4b48aca411
. 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/
This commit is contained in:
parent
e288ff7fe2
commit
0cc46a1179
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue