Update according to new kernel.org directory tree structure

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3802 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-08-14 08:07:38 +00:00
parent 72060a5ec5
commit 4eebec2e1b

View File

@@ -285,7 +285,7 @@ function download_kernel {
download_file "${kernel_mirror}/v$series/linux-$kver.tar.bz2" \
|| return $?
if [ "${plevel}" != "" ]; then
download_file "${kernel_mirror}/patch-$1.bz2" \
download_file "${kernel_mirror}/v$series/patch-$1.bz2" \
|| download_file "${kernel_longterm}/v$series/longterm/v$kver/patch-$1.bz2" \
|| return $?
fi