From eea77b7c8a878bcd8bec7d382e2be52e3f6cdd13 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 fd215a996..062019037 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