create sbin directory when installingn perftest_common (fixes etics build)
authorMichal Voců <michal@ruk.cuni.cz>
Thu, 10 May 2007 13:10:08 +0000 (13:10 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Thu, 10 May 2007 13:10:08 +0000 (13:10 +0000)
org.glite.lb.common/Makefile

index de53640..b243d42 100644 (file)
@@ -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