From 8979c1d94d3d62e88f610f8abc91041241b56b17 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 28 May 2013 05:55:30 +0000 Subject: [PATCH] added /etc/network and localhost to install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3361e35..4f129b9 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,12 @@ install: install-scripts install-scripts: install -d -m755 $(DESTDIR)/etc/rc.d install -d -m755 $(DESTDIR)/sbin - cd scripts install -m755 $(addprefix scripts/,$(ETC)) $(DESTDIR)/etc install -m644 scripts/inittab $(DESTDIR)/etc install -m755 $(addprefix scripts/,$(RCSCRIPTS)) $(DESTDIR)/etc/rc.d install -m755 $(addprefix scripts/,ifup ifdown) $(DESTDIR)/sbin + install -d -m755 $(DESTDIR)/etc/networks + install -m755 scripts/localhost.net $(DESTDIR)/etc/networks/localhost tarball: rm startuptools.tar.gz ; cd ..; tar -czf startuptools.tar.gz startuptools; mv startuptools.tar.gz startuptools -- 2.40.0