diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:33:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:33:00 +0000 |
commit | fb9d19603c957127799d5a2db0509ebba4a473cc (patch) | |
tree | f9891b876c42e221cfb97514599d8a93ab76ea76 /package/mdnsresponder | |
parent | 6c6cb0670986717b42f8de03fd020abb3fa120fb (diff) | |
download | buildroot-novena-fb9d19603c957127799d5a2db0509ebba4a473cc.tar.gz buildroot-novena-fb9d19603c957127799d5a2db0509ebba4a473cc.zip |
- fixup whitespace damage after ulf
Diffstat (limited to 'package/mdnsresponder')
-rw-r--r-- | package/mdnsresponder/mdnsresponder.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mdnsresponder/mdnsresponder.mk b/package/mdnsresponder/mdnsresponder.mk index afa23c3c0..f217a7345 100644 --- a/package/mdnsresponder/mdnsresponder.mk +++ b/package/mdnsresponder/mdnsresponder.mk @@ -47,7 +47,7 @@ $(TARGET_DIR)/usr/sbin/mdnsd: $(STAGING_DIR)/usr/lib/libdns_sd.so # etc $(INSTALL) -m 0644 -D package/mdnsresponder/mDNSResponderPosix.conf $(TARGET_DIR)/etc/ # init - $(INSTALL) -m 0755 -D package/mdnsresponder/rc.mdnsresponder $(TARGET_DIR)/etc/init.d/S80mdnsresponder + $(INSTALL) -m 0755 -D package/mdnsresponder/rc.mdnsresponder $(TARGET_DIR)/etc/init.d/S80mdnsresponder $(TARGET_DIR)/usr/bin/mDNSClientPosix: $(STAGING_DIR)/usr/lib/libdns_sd.so $(INSTALL) -m 755 -D $(MDNSRESPONDER_DIR)/mDNSPosix/build/prod/mDNSNetMonitor $(TARGET_DIR)/usr/sbin/ |