From: florian Date: Wed, 28 Feb 2007 18:22:39 +0000 (+0000) Subject: Install hosplug script as well X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bf27fa803447693698957929d5df787c0f024472;p=packages.git Install hosplug script as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@6438 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/updatedd/Makefile b/net/updatedd/Makefile index d5b5d79e1..d6952f43b 100644 --- a/net/updatedd/Makefile +++ b/net/updatedd/Makefile @@ -118,6 +118,8 @@ define Package/updatedd/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/updatedd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib/updatedd + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface + $(INSTALL_BIN) ./files/ddns.hotplug $(1)/etc/hotplug.d/iface/10-ddns endef $(eval $(call BuildPackage,updatedd))