[open-ils-commits] r9313 - trunk/Open-ILS/src
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 11 13:30:20 EDT 2008
Author: dbs
Date: 2008-04-11 12:52:46 -0400 (Fri, 11 Apr 2008)
New Revision: 9313
Modified:
trunk/Open-ILS/src/Makefile
Log:
web/js/opensrf directory has to exist before we can install into it
Modified: trunk/Open-ILS/src/Makefile
===================================================================
--- trunk/Open-ILS/src/Makefile 2008-04-11 15:44:56 UTC (rev 9312)
+++ trunk/Open-ILS/src/Makefile 2008-04-11 16:52:46 UTC (rev 9313)
@@ -69,6 +69,7 @@
mkdir -p $(ADMINDIR)
cp -r ../admin/* $(ADMINDIR)
mkdir -p $(WEBDIR)
+ mkdir -p $(WEBDIR)/js/opensrf/
mkdir -p $(WEBDIR)/opac/extras/xsl/
cp -r ../web/* $(WEBDIR)
cp $(OPENSRF_LIBS)/javascript/* $(WEBDIR)/opac/common/js/
More information about the open-ils-commits
mailing list