From 7a45b81d24d8ea11cfcdb26bcb787fc00969c145 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 25 Jan 2004 18:54:22 +0000 Subject: [PATCH] Alejandro Mery: fixed typo on linux24 conf git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2294 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux24/lx_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/linux24/lx_config.sh b/package/base/linux24/lx_config.sh index 864639e86..84273baa6 100644 --- a/package/base/linux24/lx_config.sh +++ b/package/base/linux24/lx_config.sh @@ -32,7 +32,7 @@ lx_cpu=`echo "$arch_machine" | sed -e s/x86$/i386/ \ MAKE="$MAKE ARCH=$lx_cpu CROSS_COMPILE=$archprefix KCC=$KCC" -# correct the abolute path for patchfiles supplied in the .conf file +# correct the abolute path for patchfiles supplied in the .desc file for x in $patchfiles ; do if [ ! -e $x ] ; then var_remove patchfiles " " "$x"