Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
910552e855
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      package/base/linux24/lx_config.sh
  2. +0
    -1
      scripts/Build-Pkg

+ 2
- 2
package/base/linux24/lx_config.sh

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
treever=${pkg/linux/} ; treever=${treever/-*/}
archdir="$base/download/$repository/linux$treever"
hook_add prepare 3 'archdir="$base/download/mirror/l"'
[ "$vanilla_ver" ] || vanilla_ver="$ver"
srctar="linux-${vanilla_ver}.tar.bz2"
@ -41,7 +41,7 @@ MAKE="$MAKE ARCH=$lx_cpu CROSS_COMPILE=$archprefix KCC=$KCC"
for x in $patchfiles ; do
if [ ! -e "$x" -a -n "${x##*/*}" ] ; then
var_remove patchfiles " " "$x"
var_append patchfiles " " "$archdir/$x"
var_append patchfiles " " "$base/download/mirror/${x:0:1}/$x"
fi
done

+ 0
- 1
scripts/Build-Pkg

@ -569,7 +569,6 @@ elif [ "$ROCKCFG_FLIST" = "find" ] ; then
sleep 2
fi
echo_status "Creating source archive directory."
archdir="$builddir/archdir"; mkdir -p "$archdir"
while read l_cksum l_srctar l_url l_flags ; do
[ -z "$l_cksum" ] && continue

Loading…
Cancel
Save