From a03a9cfb65b1a2e5747356f23914c9adc825b22a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 1 Jul 2012 11:43:06 +0200 Subject: [PATCH] Makefile: install system-logo-white.png in /usr/share/pixmaps as required e.g. by dracut/plymouth --- Makefile | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77e1959..93c9dd2 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ kdewallpapersdir = ${kdedatadir}/wallpapers localesdir = ${datadir}/locale kdelocalesdir = ${kdedatadir}/locale pck_desktop = $(wildcard desktop/*.bz2) - +systemlogodir = ${datadir}/pixmaps xdg_appsdir = ${datadir}/applications xdg_directorydir = ${datadir}/desktop-directories xdg_menudir = ${sysconfdir}/xdg/menus @@ -207,6 +207,8 @@ install-srpms: done install-icons: + @$(INSTALL_DIR) $(DESTDIR)$(systemlogodir)/; \ + $(INSTALL_DATA) mambabase/mamba-64x64.png $(DESTDIR)$(systemlogodir)/system-logo-white.png @for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \ $(INSTALL_DIR) $(DESTDIR)$(iconsdir)/$$i/apps/; \ $(INSTALL_DATA) mambabase/mamba-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/mamba.png; \ diff --git a/VERSION b/VERSION index 2a14757..0a3ac84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 2.3.9 +VERSION = 2.3.10