Codebase list barrage / ea78038
Fix path to desktop icon Markus Koschany 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1717 # does not contain plus signs. :-)
1818 barrage.desktop:
1919 - @sed -e "s+Icon=+Icon=$(datadir)/icons/barrage48.png+" \
20 + @sed -e "s+Icon=+Icon=$(datadir)/icons/hicolor/48x48/barrage48.png+" \
20 + @sed -e "s+Icon=+Icon=$(datadir)/icons/hicolor/48x48/apps/barrage48.png+" \
2121 < barrage.desktop.in > barrage.desktop
2222
2323 -ACLOCAL_AMFLAGS = -I m4
3232 # does not contain plus signs. :-)
3333 barrage.desktop:
3434 - @sed -e "s+Icon=+Icon=$(datadir)/icons/barrage48.png+" \
35 + @sed -e "s+Icon=+Icon=$(datadir)/icons/hicolor/48x48/barrage48.png+" \
35 + @sed -e "s+Icon=+Icon=$(datadir)/icons/hicolor/48x48/apps/barrage48.png+" \
3636 < barrage.desktop.in > barrage.desktop
3737
3838 # Tell versions [3.59,3.63) of GNU make to not export all variables.