From: nbd Date: Sat, 17 Mar 2007 23:11:59 +0000 (+0000) Subject: install the mdnsresponder init script with the correct permissions (#1477) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=732c8dcf9e90fbf8ba0c733ea8f35598ed1f939e;p=packages.git install the mdnsresponder init script with the correct permissions (#1477) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6597 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 89b02bab0..f5c3dfabf 100644 --- a/libs/howl/Makefile +++ b/libs/howl/Makefile @@ -129,7 +129,7 @@ define Package/howl-mdnsresponder/install $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) ./files/mDNSResponder.conf $(1)/etc/mDNSResponder.conf $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_DATA) ./files/mDNSResponder.init $(1)/etc/init.d/mDNSResponder + $(INSTALL_BIN) ./files/mDNSResponder.init $(1)/etc/init.d/mDNSResponder endef define Package/howl-nifd/install