Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 331)
+++ Makefile	(revision 332)
@@ -171,8 +171,7 @@
 	@mkdir -p $(MDNS_PKG)
 	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 install $(env_sysroot)
 	@mkdir -p $(MDNS_PKG)/etc
-	@cat $(CURDIR)/conf/mdns.allow    > $(MDNS_PKG)/etc/mdns.allow.new
-	@cat $(CURDIR)/conf/nsswitch.conf > $(MDNS_PKG)/etc/nsswitch.conf.new
+	@cat $(CURDIR)/conf/mdns.allow > $(MDNS_PKG)/etc/mdns.allow.new
 	# ======= Install Documentation =======
 	@if [ -d $(MDNS_PKG)/usr/share/man ]; then \
 	  ( cd $(MDNS_PKG)/usr/share/man ; \