create destination directories before installing there
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 11 Oct 2005 20:23:10 +0000 (20:23 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 11 Oct 2005 20:23:10 +0000 (20:23 +0000)
org.glite.jp.server-common/Makefile

index e916efd..2bb8320 100644 (file)
@@ -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}; \