Skip to content

Commit d8e9273

Browse files
committed
Clean up Linux install locations.
1 parent 34aa3f8 commit d8e9273

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile.linux

+5-2
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ else
569569
endif
570570
@echo 'Name=Dire Wolf' >> $@
571571
@echo 'Comment=APRS Soundcard TNC' >> $@
572-
@echo 'Icon=$(INSTALLDIR)/share/direwolf/dw-icon.png' >> $@
572+
@echo 'Icon=$(INSTALLDIR)/share/direwolf/pixmaps/dw-icon.png' >> $@
573573
@echo "Path=$(HOME)" >> $@
574574
@echo '#Terminal=true' >> $@
575575
@echo 'Categories=HamRadio' >> $@
@@ -618,7 +618,10 @@ install : $(APPS) direwolf.conf tocalls.txt symbols-new.txt symbolsX.txt dw-icon
618618
$(INSTALL) -D --mode=644 tocalls.txt $(INSTALLDIR)/share/direwolf/tocalls.txt
619619
$(INSTALL) -D --mode=644 symbols-new.txt $(INSTALLDIR)/share/direwolf/symbols-new.txt
620620
$(INSTALL) -D --mode=644 symbolsX.txt $(INSTALLDIR)/share/direwolf/symbolsX.txt
621-
$(INSTALL) -D --mode=644 dw-icon.png $(INSTALLDIR)/share/direwolf/dw-icon.png
621+
#
622+
# For desktop icon.
623+
#
624+
$(INSTALL) -D --mode=644 dw-icon.png $(INSTALLDIR)/share/direwolf/pixmaps/dw-icon.png
622625
$(INSTALL) -D --mode=644 direwolf.desktop $(INSTALLDIR)/share/applications/direwolf.desktop
623626
#
624627
# Documentation. Various plain text files and PDF.

0 commit comments

Comments
 (0)