Commit 1eb24efa6cc6b2852742c687d815c98d57cb3f74
1 parent
649cc244
Exists in
master
and in
5 other branches
Fixing icon and application name.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
branding/Makefile.in
... | ... | @@ -88,7 +88,7 @@ $(DESTDIR)$(datarootdir)/pixmaps/%.png: \ |
88 | 88 | |
89 | 89 | install: \ |
90 | 90 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME).png \ |
91 | - $(DESTDIR)$(datarootdir)/pixmaps/$(PACKAGE_NAME).png \ | |
91 | + $(DESTDIR)$(datarootdir)/pixmaps/$(PACKAGE_TARNAME).png \ | |
92 | 92 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME)-logo.png |
93 | 93 | |
94 | 94 | @$(INSTALL_DATA) \ | ... | ... |
branding/launcher.desktop.in