spec: build scripts_base explicitly

Prevent race when building with -j4.
devel-3.7
Marek Marczykowski 12 years ago
parent 041f871514
commit 3c69343cca

@ -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

Loading…
Cancel
Save