[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:03 UTC 2013


The following commit has been merged in the master branch:
commit b4ec24158d883fcb672ddf35a0a47eb4b2f3ddfe
Author: Torben Hohn <torbenh at gmx.de>
Date:   Fri Jan 23 21:01:36 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