From 903c96003aab5215dbef481e65e0ddf89c469c8d Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 19 Sep 2008 18:12:40 +0000 Subject: [PATCH] b=13679 i=cliffw i=yangsheg Bring our post[un]install scripts more into line with SLES10's so that we are installing the bootloader on SLES10 also. --- build/lustre-kernel-2.4.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lustre-kernel-2.4.spec.in b/build/lustre-kernel-2.4.spec.in index 2ea2306..b296702 100644 --- a/build/lustre-kernel-2.4.spec.in +++ b/build/lustre-kernel-2.4.spec.in @@ -406,7 +406,7 @@ for flavor in "" smp bigmem bigsmp pseries64 BOOT jensen ; do # than installed, so force modules.dep to be recreated echo "rm -f /lib/modules/%{KVERREL}${delim_flavor}/modules.dep" >> ${script} echo "if [ -f /etc/modprobe.conf ] ; then" >> ${script} - sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" %{SOURCE26} >> ${script} + sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" -e "s^%flavor^${flavor}^" %{SOURCE26} >> ${script} echo "else" >> ${script} sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" -e "s^%%{cfg_name}^${delim_flavor}^g" %{SOURCE29} >> ${script} -- 1.8.3.1