mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
Bug fix: do not try to apply patch readahead-2.6.32.below11.patch on kernel 2.6.32.11 or any later 2.6.32 kernel.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3431 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -116,6 +116,10 @@ svn status -v "$(dirname "$(dirname "$scriptname")")" \
|
||||
| grep -v /in-tree/ \
|
||||
| while read p
|
||||
do
|
||||
echo "==== $p"
|
||||
patch -p1 <$p
|
||||
if [ "${p/readahead-2.6.32.below11.patch//}" = "$p" \
|
||||
-o "${patchlevel:-0}" -lt 11 ]
|
||||
then
|
||||
echo "==== $p"
|
||||
patch -p1 <$p
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user