ddns-scripts: remove list file from ddns-scripts install
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 28 Sep 2020 07:18:51 +0000 (09:18 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 28 Sep 2020 07:32:30 +0000 (09:32 +0200)
This is not needed. The file get installed on demand with the new ddns
script.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/ddns-scripts/Makefile

index 1952804846cbb1d1db79564b0afee0b9a44c65cc..31bf5874d8b52a07f12bf14517861b59578902a6 100644 (file)
@@ -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 \