[Ovirt-devel] [PATCH node] Fix copy of libreadline.so

Mike Burns mburns at redhat.com
Tue Mar 23 19:05:22 UTC 2010


Version increased from .so.5 to .so.6.  Changing copy of libreadline
libncurses to .so.? instead

Signed-off-by: Mike Burns <mburns at redhat.com>
---
 scripts/ovirt-config-boot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d13dad2..a04b40d 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -182,7 +182,7 @@ set -e\
     else
         cp /sbin/lvm bin
         # lvm is not static in Fedora
-        cp /lib$bit/libreadline.so.5 /lib$bit/libncurses.so.5 lib$bit
+        cp /lib$bit/libreadline.so.? /lib$bit/libncurses.so.? lib$bit
     fi

     find $init_script bin/lvm lib$bit -type f |
-- 
1.6.6.1




More information about the ovirt-devel mailing list