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