Browse Source

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 <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 4 years ago
parent
commit
cde01dc150
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      net/ddns-scripts/Makefile

+ 0
- 2
net/ddns-scripts/Makefile View 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 \


Loading…
Cancel
Save