From cde01dc150c4aa27b0e3460f52155f98d8501f93 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 28 Sep 2020 09:18:51 +0200 Subject: [PATCH] ddns-scripts: remove list file from ddns-scripts install This is not needed. The file get installed on demand with the new ddns script. Signed-off-by: Florian Eckert --- net/ddns-scripts/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 195280484..31bf5874d 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -189,8 +189,6 @@ define Package/ddns-scripts/install $(INSTALL_DIR) $(1)/usr/share/ddns echo "$(PKG_VERSION)-$(PKG_RELEASE)" > $(1)/usr/share/ddns/version - $(INSTALL_DATA) ./files/usr/share/ddns/list \ - $(1)/usr/share/ddns $(INSTALL_DIR) $(1)/usr/lib/ddns $(INSTALL_DATA) ./files/usr/lib/ddns/dynamic_dns_functions.sh \