summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-21 15:42:43 +0000
committerRoy Marples <roy@marples.name>2007-11-21 15:42:43 +0000
commit38dd90b17aceff8904358ed427fa8cae22c3349d (patch)
tree0b8f0de2d53e01ca2bf929941cc901033f72ecb4 /Makefile
parentb321c6891e0be599ef70bc369422ba89a6701544 (diff)
downloadopenrc-38dd90b17aceff8904358ed427fa8cae22c3349d.tar.gz
openrc-38dd90b17aceff8904358ed427fa8cae22c3349d.tar.bz2
openrc-38dd90b17aceff8904358ed427fa8cae22c3349d.tar.xz
We should create init.d and tmp dirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0438158..24ac5eb 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