projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946a2e6
)
And get DojoSRF into the right place
author
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Feb 2010 19:29:59 +0000
(19:29 +0000)
committer
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Feb 2010 19:29:59 +0000
(19:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15462
dcc99617
-32d9-48b4-a31d-
7c20da2025e4
Open-ILS/web/Makefile.am
patch
|
blob
|
history
diff --git
a/Open-ILS/web/Makefile.am
b/Open-ILS/web/Makefile.am
index
18f862b
..
7c24c37
100644
(file)
--- a/
Open-ILS/web/Makefile.am
+++ b/
Open-ILS/web/Makefile.am
@@
-88,7
+88,7
@@
install-data-local:
cd $(DESTDIR)$(WEBDIR)/js/dojo/opensrf && \
rm -f `basename $$i` && $(LN_S) $$i . ; \
done
- for i in $(JSDOJO
SRF
); do \
+ for i in $(JSDOJO); do \
cd $(DESTDIR)$(WEBDIR)/js/dojo && \
rm -f `basename $$i` && $(LN_S) $$i . ; \
done