projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c937eab
)
install the mdnsresponder init script with the correct permissions (#1477)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 17 Mar 2007 23:11:59 +0000
(23:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 17 Mar 2007 23:11:59 +0000
(23:11 +0000)
SVN-Revision: 6597
libs/howl/Makefile
patch
|
blob
|
history
diff --git
a/libs/howl/Makefile
b/libs/howl/Makefile
index 89b02bab0e57206da78b35fce01084f5eb29fbd6..f5c3dfabf52dc6e168224311cff5d991be93d0d8 100644
(file)
--- 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