ddns-scripts: update hotplug installation
authorFlorian Eckert <redacted>
Wed, 16 Sep 2020 14:13:04 +0000 (16:13 +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/etc/hotplug.d/iface/ddns [moved from net/ddns-scripts/files/ddns.hotplug with 100% similarity, mode: 0644]

index 321930f06711e735274210e357e61dd584130b77..6524518aa026efa6ec058201a233145fc065abb5 100755 (executable)
@@ -165,7 +165,7 @@ endef
 
 define Package/ddns-scripts/install
        $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
-       $(INSTALL_BIN) ./files/ddns.hotplug \
+       $(INSTALL_DATA) ./files/etc/hotplug.d/iface/ddns \
                $(1)/etc/hotplug.d/iface/95-ddns
 
        $(INSTALL_DIR) $(1)/etc/init.d
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from net/ddns-scripts/files/ddns.hotplug
rename to net/ddns-scripts/files/etc/hotplug.d/iface/ddns
git clone https://git.99rst.org/PROJECT