From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH] osstest: ts-xen-install: Run ldconfig after install Date: Tue, 5 Feb 2013 14:08:04 +0000 Message-ID: <1360073284-21326-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@citrix.com, Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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