From 38dd90b17aceff8904358ed427fa8cae22c3349d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 21 Nov 2007 15:42:43 +0000 Subject: We should create init.d and tmp dirs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04381581..24ac5ebc 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ include $(TOPDIR)/Makefile.$(OS) install:: ln -snf ../../$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$? ln -snf ../../$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$? + $(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d + $(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp clean:: rm -f *.bz2 -- cgit v1.2.3