[open-ils-commits] r15464 - branches/rel_1_6_0/Open-ILS/src (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Feb 5 14:31:11 EST 2010


Author: dbs
Date: 2010-02-05 14:31:07 -0500 (Fri, 05 Feb 2010)
New Revision: 15464

Modified:
   branches/rel_1_6_0/Open-ILS/src/Makefile.am
Log:
And get DojoSRF.js into the right place


Modified: branches/rel_1_6_0/Open-ILS/src/Makefile.am
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/Makefile.am	2010-02-05 19:30:32 UTC (rev 15463)
+++ branches/rel_1_6_0/Open-ILS/src/Makefile.am	2010-02-05 19:31:07 UTC (rev 15464)
@@ -298,7 +298,7 @@
 		rm -f `basename $$i` && $(LN_S) $$i . ; \
 	done
 	$(MKDIR_P) $(DESTDIR)$(WEBDIR)/js/dojo
-	for i in $(JSDOJOSRF); do \
+	for i in $(JSDOJO); do \
 		cd $(DESTDIR)$(WEBDIR)/js/dojo && \
 		rm -f `basename $$i` && $(LN_S) $$i . ; \
 	done



More information about the open-ils-commits mailing list