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:
1627885
)
Install rather finalized libtool files when using DESTDIR (DESTDIR can't be used...
author
František Dvořák
<valtri@civ.zcu.cz>
Sun, 17 Apr 2011 11:07:41 +0000
(11:07 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 17 Apr 2011 11:07:41 +0000
(11:07 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
b7391e1
..
11d49f6
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-355,7
+355,7
@@
ifdef LB_STANDALONE
${INSTALL} -m 644 ${c_LIBRARIES} ${DESTDIR}${PREFIX}${prefix}/${libdir}
else
${INSTALL} -m 644 ${lib_LTLIBRARIES} ${DESTDIR}${PREFIX}${prefix}/${libdir}
- if test -n "${
DESTDIR}" -o -n "${
staging}"; then \
+ if test -n "${staging}"; then \
install -m 644 ${plus_LIBRARIES} ${DESTDIR}${PREFIX}${prefix}/${libdir}; \
fi
endif