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>
This commit is contained in:
parent
b985835748
commit
cde01dc150
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue