From: Dinko Korunic Date: Tue, 26 May 2009 14:52:51 +0000 (+0200) Subject: - Valentinov fix za cp_check_and_sed gresku vezanu uz device map X-Git-Tag: debian/2.6.26-4~15 X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=commitdiff_plain;h=392974fc96fbad183b29680810f2c6e424cc1deb;p=kernel-cn.git - Valentinov fix za cp_check_and_sed gresku vezanu uz device map --- diff --git a/debian/postinst b/debian/postinst index 45f8046..79a5a79 100755 --- a/debian/postinst +++ b/debian/postinst @@ -167,7 +167,8 @@ if [ ! -s "$device_map" ]; then if [ -f "$device_map.old" ]; then mv -f "$device_map.old" "$device_map" fi -else + +:q!else rm -f "$device_map.old" fi echo -n " grub4" @@ -190,8 +191,8 @@ if [ -h "$install_device" ]; then fi # try to fix device map with symlink resolved device if [ "x$install_device_resolved" != "x$install_device" ]; then - cp_check_and_sed '^(hd0)' \ - "s;^(hd0).*;(hd0) $install_device_resolved" "$device_map" \ + cp_check_and_sed '^\(hd0\)' \ + "s;^(hd0).*;(hd0) $install_device_resolved;" "$device_map" \ || true fi fi