projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c38fd
)
And get DojoSRF.js into the right place
author
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Feb 2010 19:30:32 +0000
(19:30 +0000)
committer
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Feb 2010 19:30:32 +0000
(19:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15463
dcc99617
-32d9-48b4-a31d-
7c20da2025e4
Open-ILS/src/Makefile.am
patch
|
blob
|
history
diff --git
a/Open-ILS/src/Makefile.am
b/Open-ILS/src/Makefile.am
index
ea8f744
..
dae7033
100644
(file)
--- a/
Open-ILS/src/Makefile.am
+++ b/
Open-ILS/src/Makefile.am
@@
-298,7
+298,7
@@
install-data-local:
rm -f `basename $$i` && $(LN_S) $$i . ; \
done
$(MKDIR_P) $(DESTDIR)$(WEBDIR)/js/dojo
- for i in $(JSDOJO
SRF
); do \
+ for i in $(JSDOJO); do \
cd $(DESTDIR)$(WEBDIR)/js/dojo && \
rm -f `basename $$i` && $(LN_S) $$i . ; \
done