From: Aleš Křenek Date: Tue, 11 Oct 2005 20:23:10 +0000 (+0000) Subject: create destination directories before installing there X-Git-Tag: gridsite-core_R_1_1_13~16 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=676f1a49512e9d9c5c087884fc125544dd83f2c6;p=jra1mw.git create destination directories before installing there --- diff --git a/org.glite.jp.server-common/Makefile b/org.glite.jp.server-common/Makefile index e916efd..2bb8320 100644 --- a/org.glite.jp.server-common/Makefile +++ b/org.glite.jp.server-common/Makefile @@ -102,6 +102,7 @@ distbin: rm -rf tmpbuilddir install: + -mkdir -p ${PREFIX}/lib ${PREFIX}/include/${globalprefix}/${jpprefix} ${INSTALL} -m 755 ${LTLIB} ${PREFIX}/lib for f in ${HDRS}; do \ ${INSTALL} -m 644 ${top_srcdir}/interface/"$$f" ${PREFIX}/include/${globalprefix}/${jpprefix}; \