From 676f1a49512e9d9c5c087884fc125544dd83f2c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 11 Oct 2005 20:23:10 +0000 Subject: [PATCH] create destination directories before installing there --- org.glite.jp.server-common/Makefile | 1 + 1 file changed, 1 insertion(+) 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}; \ -- 1.8.2.3