git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0c9ea
)
Install plugins and startup script.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 14 Oct 2005 17:30:30 +0000
(17:30 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 14 Oct 2005 17:30:30 +0000
(17:30 +0000)
org.glite.jp.primary/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/Makefile
b/org.glite.jp.primary/Makefile
index
6e0b2b7
..
dd6cdde
100644
(file)
--- a/
org.glite.jp.primary/Makefile
+++ b/
org.glite.jp.primary/Makefile
@@
-162,7
+162,10
@@
install:
(cd ${top_srcdir}/interface && install -m 644 ${HDRS_I} ${PREFIX}/include/${globalprefix}/${jpprefix}) ; \
(cd ${top_srcdir}/src && install -m 644 ${HDRS_S} ${PREFIX}/include/${globalprefix}/${jpprefix}) ; \
fi
-
+ for plugin in ${plugins}; do \
+ ${INSTALL} -m 755 $$plugin ${PREFIX}/lib; \
+ done
+ ${INSTALL} -m 755 ${top_srcdir}/config/startup ${PREFIX}/etc/init.d/glite-jp-primary
clean: