]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-xen-install: Run ldconfig after install
authorIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 5 Feb 2013 18:22:57 +0000 (18:22 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 5 Feb 2013 18:22:57 +0000 (18:22 +0000)
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

index f9e799ed2a02cd515cf36a2c81cc876153b0b3e5..31e16bf69a5178513b87973d0a769eb9d6d471a0 100755 (executable)
@@ -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 () {