ddns-scripts: Fix hetzner install target file name
authorFlorian Eckert <redacted>
Fri, 6 Feb 2026 09:50:21 +0000 (10:50 +0100)
committerFlorian Eckert <redacted>
Fri, 6 Feb 2026 09:57:44 +0000 (10:57 +0100)
This was overlooked. Therefore, the package could not be built.

Fixes: e9fe0249f605 ("ddns-scripts: Fix Hetzner Cloud naming")
Signed-off-by: Florian Eckert <redacted>
net/ddns-scripts/Makefile

index 2cd2f7f5db8422219b7a5f0cc675202287f69ef7..bcff0212f8c797f738090ef75be7926ae4a43883 100755 (executable)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=88
+PKG_RELEASE:=89
 
 PKG_LICENSE:=GPL-2.0
 
@@ -588,7 +588,7 @@ define Package/ddns-scripts-hetzner-cloud/install
                $(1)/usr/lib/ddns
 
        $(INSTALL_DIR) $(1)/usr/share/ddns/default
-       $(INSTALL_DATA) ./files/usr/share/ddns/default/hetzner.com.json \
+       $(INSTALL_DATA) ./files/usr/share/ddns/default/hetzner.cloud.json \
                $(1)/usr/share/ddns/default
 endef
 
git clone https://git.99rst.org/PROJECT