[open-ils-commits] r15463 - branches/rel_1_6/Open-ILS/src (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Feb 5 14:30:37 EST 2010
Author: dbs
Date: 2010-02-05 14:30:32 -0500 (Fri, 05 Feb 2010)
New Revision: 15463
Modified:
branches/rel_1_6/Open-ILS/src/Makefile.am
Log:
And get DojoSRF.js into the right place
Modified: branches/rel_1_6/Open-ILS/src/Makefile.am
===================================================================
--- branches/rel_1_6/Open-ILS/src/Makefile.am 2010-02-05 19:29:59 UTC (rev 15462)
+++ branches/rel_1_6/Open-ILS/src/Makefile.am 2010-02-05 19:30:32 UTC (rev 15463)
@@ -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