_default_patch_flags is undefined in f18, makes it impossible to prep tree

This commit is contained in:
Kyle McMartin 2013-01-30 17:16:53 -05:00
parent dfde8dec4c
commit fa5b149b5d
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ SMP systems.
cp %{SOURCE8} %{SOURCE9} .
for p in %{patches}; do
%{__patch} -p1 -F%{_default_patch_fuzz} %{_default_patch_flags} -i "$p"
%{__patch} -p1 -F%{_default_patch_fuzz} -s -i "$p"
done
%build