From 2fe93f628512c84bdbe8ea4ff38f7d85c0ba8865 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 25 Mar 2013 16:48:25 +0100 Subject: [PATCH] create zapit config dir on install --- data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/Makefile.am b/data/Makefile.am index 468993836..40fb1f63b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,3 +6,6 @@ endif configdir = $(CONFIGDIR) config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf + +install-data-hook: + $(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit