spec: build scripts_base explicitly

Prevent race when building with -j4.
This commit is contained in:
Marek Marczykowski 2012-05-25 23:47:23 +02:00
parent 041f871514
commit 3c69343cca

View File

@ -128,6 +128,7 @@ fi
make prepare $MAKE_ARGS
make scripts $MAKE_ARGS
make scripts_basic $MAKE_ARGS
krel=$(make -s kernelrelease $MAKE_ARGS)
if [ "$krel" != "%kernelrelease" ]; then