ddns-scripts: update dynamic_dns_*.sh installation
authorFlorian Eckert <redacted>
Wed, 16 Sep 2020 14:23:39 +0000 (16:23 +0200)
committerFlorian Eckert <redacted>
Mon, 21 Sep 2020 08:17:01 +0000 (10:17 +0200)
Signed-off-by: Florian Eckert <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh [moved from net/ddns-scripts/files/dynamic_dns_functions.sh with 100% similarity, mode: 0644]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_lucihelper.sh [moved from net/ddns-scripts/files/dynamic_dns_lucihelper.sh with 100% similarity, mode: 0644]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_updater.sh [moved from net/ddns-scripts/files/dynamic_dns_updater.sh with 100% similarity, mode: 0644]

index 92b80db6a5591b40705893d9ce2874ba3b9e2b8b..8f7251a940b73d0b5d334c9cee4b0d2201b4984e 100755 (executable)
@@ -183,8 +183,13 @@ define Package/ddns-scripts/install
        $(INSTALL_DATA) ./files/usr/share/ddns/services/* \
                $(1)/usr/share/ddns/services/
 
-       $(INSTALL_DIR)  $(1)/usr/lib/ddns
-       $(INSTALL_BIN)  $(1)/files/dynamic_dns_*.sh $(1)/usr/lib/ddns
+       $(INSTALL_DIR) $(1)/usr/lib/ddns
+       $(INSTALL_DATA) ./files/usr/lib/ddns/dynamic_dns_functions.sh \
+               $(1)/usr/lib/ddns
+       $(INSTALL_BIN) ./files/usr/lib/ddns/dynamic_dns_lucihelper.sh \
+               $(1)/usr/lib/ddns
+       $(INSTALL_BIN) ./files/usr/lib/ddns/dynamic_dns_updater.sh \
+               $(1)/usr/lib/ddns
 endef
 
 define Package/ddns-scripts/postinst
git clone https://git.99rst.org/PROJECT