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)