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:
d78903e
)
create sbin directory when installingn perftest_common (fixes etics build)
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 10 May 2007 13:10:08 +0000
(13:10 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 10 May 2007 13:10:08 +0000
(13:10 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
de53640
..
b243d42
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-120,7
+120,7
@@
REPORTS:=${top_srcdir}/reports
ifdef LB_PERF
STAGE_PERFTEST=mkdir -p ${PREFIX}/examples/perftest; \
install -m 644 ${top_srcdir}/examples/*.log ${PREFIX}/examples/perftest; \
- install -m 755 ${top_srcdir}/src/perftest_common.sh ${PREFIX}/sbin
+
mkdir -p ${PREFIX}/sbin;
install -m 755 ${top_srcdir}/src/perftest_common.sh ${PREFIX}/sbin
else
STAGE_PERFTEST=true
endif