regtests: Use correct kernel.org longterm directory

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3933 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-11-17 17:55:22 +00:00
parent 3581251728
commit 50a3bb6e48
+1 -1
View File
@@ -292,7 +292,7 @@ function download_kernel {
|| return $?
if [ "${plevel}" != "" ]; then
download_file "${kernel_mirror}/v$series/patch-$1.bz2" \
|| download_file "${kernel_longterm}/longterm/patch-$1.bz2" \
|| download_file "${kernel_longterm}/v$series/longterm/patch-$1.bz2" \
|| return $?
fi
)