From: Florian Eckert Date: Mon, 28 Sep 2020 07:18:51 +0000 (+0200) Subject: ddns-scripts: remove list file from ddns-scripts install X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cde01dc150c4aa27b0e3460f52155f98d8501f93;p=feed%2Fpackages.git 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 --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 1952804846..31bf5874d8 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 \