xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] osstest: ts-xen-install: Run ldconfig after install
@ 2013-02-05 14:08 Ian Campbell
  2013-02-05 18:23 ` Ian Jackson
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2013-02-05 14:08 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, Ian Campbell

This appears to be needed when libraries are outside /lib and /usr/lib
(specifically when they are in /usr/local/lib)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ts-xen-install |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-xen-install b/ts-xen-install
index 5ee97af..cafc71a 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -45,6 +45,7 @@ sub extract () {
         target_extract_jobdistpath($ho, $part, "path_${part}dist",
 				   $r{"${part}buildjob"}, \%distpath);
     }
+    target_cmd_root($ho, '/sbin/ldconfig');
 }
 
 sub adjustconfig () {
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-06 11:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 14:08 [PATCH] osstest: ts-xen-install: Run ldconfig after install Ian Campbell
2013-02-05 18:23 ` Ian Jackson
2013-02-06  8:26   ` Ian Campbell
2013-02-06  8:32     ` Ian Campbell
2013-02-06 11:03       ` Ian Jackson
2013-02-06 11:09         ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).