web/hosts/src Makefile.in,1.4,1.5

Tobias Hunger <[email protected]> Wed, 20 Aug 2003 06:33:59 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/src
In directory purcel:/tmp/cvs-serv14543/hosts/src

Modified Files:
	Makefile.in 
Log Message:
Make directories before trying to copy files into them.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/src/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in	21 Nov 2002 18:10:31 -0000	1.4
+++ Makefile.in	20 Aug 2003 11:33:56 -0000	1.5
@@ -19,6 +19,7 @@
 	$(MAKE) -C $@ $(action)
 
 install: $(pages)
+	mkdir -p $(sitedir)/root/
 	cp $(pages) $(sitedir)/root/
 	$(MAKE) action="install" sitedir=$(sitedir)