One s/kversion/KVERREL too many

Fix prep as the tarball untars to linux-%{kversion}
This commit is contained in:
Josh Boyer 2012-02-22 19:18:51 -05:00
parent 83337ce813
commit 728b14e247
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ if [ ! -d kernel-%{kversion}%{?dist}/vanilla-%{vanillaversion} ]; then
cp -rl $sharedir/vanilla-%{kversion} .
else
%setup -q -n kernel-%{kversion}%{?dist} -c
mv linux-%{KVERREL} vanilla-%{kversion}
mv linux-%{kversion} vanilla-%{kversion}
fi
fi