From a7d10b6c999cf751a841d3ea34787c7036af85f6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 19 Jun 2022 11:18:54 +0200 Subject: [PATCH] Add vendor-logo-large.png pixmaps icon --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 153f47c..86063fd 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ all: install-icons: $(INSTALL_DIR) $(DESTDIR)$(iconsdir); \ cp -a hicolor $(DESTDIR)$(iconsdir); \ - @$(INSTALL_DIR) $(DESTDIR)$(pixmapsdir)/; \ - $(INSTALL_DATA) menu/icons/hicolor/128x128/apps/system-logo.png $(DESTDIR)$(pixmapsdir)/system-logo-white.png + @$(INSTALL_DIR) $(DESTDIR)$(pixmapsdir); \ + cp -a pixmaps $(DESTDIR)$(pixmapsdir) install: install-icons