[SCM] calf/master: Add mkdir in icon install hook

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:02 UTC 2013


The following commit has been merged in the master branch:
commit d0dc3b5d82cc1d9b9ecba4bca366073aad7a96c3
Author: Torben Hohn <torbenh at gmx.de>
Date:   Fri Jan 23 20:09:33 2009 +0100

    Add mkdir in icon install hook

diff --git a/icons/Makefile.am b/icons/Makefile.am
index f8d6208..946328c 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -3,6 +3,7 @@ SIZES = 16x16 24x24 32x32 48x48
 
 install-data-hook:
 	-for fn in $(SIZES); do \
+		mkdir -p "$(datadir)/icons/hicolor/$${fn}/apps/"; \
 		cp "calf_$${fn}.png" "$(datadir)/icons/hicolor/$${fn}/apps/calf.png"; \
 	done
 	@-gtk-update-icon-cache -f -t $(datadir)/icons/hicolor

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list