From: Felix Fietkau 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d783716425586beb3497c6eb1bacb118d9a3bee8;hp=c937eab7230786f8b4a2bbcbf73b5f08002e33d1 install the mdnsresponder init script with the correct permissions (#1477) SVN-Revision: 6597 --- diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 89b02bab0e..f5c3dfabf5 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