[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] osstest: ts-xen-install: Run ldconfig after install
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@xxxxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |