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:
476c61d
)
create destination directories before installing there
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 11 Oct 2005 20:23:10 +0000
(20:23 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 11 Oct 2005 20:23:10 +0000
(20:23 +0000)
org.glite.jp.server-common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.server-common/Makefile
b/org.glite.jp.server-common/Makefile
index
e916efd
..
2bb8320
100644
(file)
--- 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}; \