From fb78b326c3cd8c9df4cedf7adb8e9a86c50577fc Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 22 Nov 2018 00:00:28 +0100 Subject: [PATCH] remove unnecessary install-data-hooks Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b1fcbed8fa82702b98017b6f58a5651c8d8c680c Author: vanhofen Date: 2018-11-22 (Thu, 22 Nov 2018) Origin message was: ------------------ - remove unnecessary install-data-hooks ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/webradio/Makefile.am | 3 --- data/webtv/Makefile.am | 3 --- 2 files changed, 6 deletions(-) diff --git a/data/webradio/Makefile.am b/data/webradio/Makefile.am index 46ecf2c05..722593b87 100644 --- a/data/webradio/Makefile.am +++ b/data/webradio/Makefile.am @@ -2,6 +2,3 @@ installdir = $(WEBRADIODIR_VAR) install_DATA = \ webradio_usr.xml - -install-data-hook: - $(INSTALL) -d $(DESTDIR)/$(WEBRADIODIR) diff --git a/data/webtv/Makefile.am b/data/webtv/Makefile.am index 9ce9504f2..1b67f8ca6 100644 --- a/data/webtv/Makefile.am +++ b/data/webtv/Makefile.am @@ -2,6 +2,3 @@ installdir = $(WEBTVDIR_VAR) install_DATA = \ webtv_usr.xml - -install-data-hook: - $(INSTALL) -d $(DESTDIR)/$(WEBTVDIR)