X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Flustre-kernel-2.4.spec.in;h=a96b0745596f140ecc0efbbfa858a5d507af817b;hb=df0850a1f6cd8dea2d59f2b9936fe62dfeb0a7db;hp=292b5274fb2e7295408f9d9847e1684566a3ef5a;hpb=39350c99094c7f400dcfab93bc00f334fd9291a3;p=fs%2Flustre-release.git diff --git a/build/lustre-kernel-2.4.spec.in b/build/lustre-kernel-2.4.spec.in index 292b527..a96b074 100644 --- a/build/lustre-kernel-2.4.spec.in +++ b/build/lustre-kernel-2.4.spec.in @@ -407,7 +407,7 @@ for flavor in "" smp bigmem bigsmp pseries64 BOOT jensen ; do # /sbin/update-modules.dep compares when the modules were built, rather # 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} + echo "if [ -f /etc/modprobe.conf ] ; then" >> ${script} sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" -e "s^%flavor^${flavor}^" %{SOURCE26} >> ${script} echo "else" >> ${script} @@ -415,10 +415,10 @@ for flavor in "" smp bigmem bigsmp pseries64 BOOT jensen ; do echo "fi" >> ${script} ;; postun) - echo "if [ -f /etc/modprobe.conf ] ; then" >> ${script} + echo "if [ -f /etc/modprobe.conf ] ; then" >> ${script} sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" %{SOURCE27} >> ${script} - echo "else" >> ${script} + echo "else" >> ${script} sed -e "s^%ver_str^%{KVERREL}${delim_flavor}^g" %{SOURCE30} >> ${script} echo "fi" >> ${script} ;; @@ -429,7 +429,7 @@ for flavor in "" smp bigmem bigsmp pseries64 BOOT jensen ; do if [ -z "${flavor}" ] ; then cat >> ${script} <