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:
347cdf4
)
- 'install' tagret will install startup script and interlogger also
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Wed, 16 Mar 2005 16:31:00 +0000
(16:31 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Wed, 16 Mar 2005 16:31:00 +0000
(16:31 +0000)
org.glite.lb.proxy/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.proxy/Makefile
b/org.glite.lb.proxy/Makefile
index
6dff53c
..
9c904eb
100644
(file)
--- a/
org.glite.lb.proxy/Makefile
+++ b/
org.glite.lb.proxy/Makefile
@@
-126,6
+126,11
@@
install:
${INSTALL} -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version}
${INSTALL} -m 755 glite_lb_proxy ${PREFIX}/bin/glite-lb-proxy
${INSTALL} -m 644 ${top_srcdir}/config/glite-lb-dbsetup.sql ${PREFIX}/etc
+ ${INSTALL} -m 755 ${top_srcdir}/config/startup ${PREFIX}/etc/init.d/glite-lb-proxy
+ if [ x${DOSTAGE} != xyes ]; then \
+ ${INSTALL} -m 755 ${stagedir}/bin/glite-lb-interlogd ${PREFIX}/bin; \
+ fi
+
clean: