From db1ca7322176d09206027f234a3bfde5861b25b8 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 27 May 2004 11:14:09 +0000 Subject: [PATCH] Rene Rebe: * merged r3151 from 2.0-stable: * fixed linux 2.4 module build for sparc32 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3152 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux24/linux24.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/linux24/linux24.conf b/package/base/linux24/linux24.conf index b87bf3c47..bd84cabe0 100644 --- a/package/base/linux24/linux24.conf +++ b/package/base/linux24/linux24.conf @@ -80,7 +80,7 @@ main_lx() { done ;; sparc) - if [ $treever != 24* -a "$ROCKCFG_SPARC_BITS" = 32 ] ; then + if [[ $treever != 24* ]] && [ "$ROCKCFG_SPARC_BITS" = 32 ]] ; then eval $MAKE image else eval $MAKE vmlinux