Browse Source

Alejandro Mery:

fixed typo on linux24 conf


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2294 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 22 years ago
parent
commit
7a45b81d24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux24/lx_config.sh

+ 1
- 1
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"

Loading…
Cancel
Save