fix typo in regex

This commit is contained in:
Dan Horák 2016-12-07 09:47:49 +01:00
parent 1b23a227fd
commit 32e504f6a1

View File

@ -273,7 +273,7 @@ cd grub-%{tarversion}
-e 's/-fexceptions//g' \
-e 's/-m64//g' \
-e 's/-fasynchronous-unwind-tables//g' \
-e 's/-mcpu=power[[:alnum:]]+/-mcpu=power6/g' \
-e 's/-mcpu=power[[:alnum:]]\+/-mcpu=power6/g' \
-e 's/^/ -fno-strict-aliasing /' )" \
TARGET_LDFLAGS=-static \
--with-platform=%{platform} \