spec: quote %{firmwaredirs} for consistency

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-07-28 20:07:57 -04:00
parent f806e664d9
commit f744b8b952
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ run_configure() {
--extra-cflags="%{optflags}" \
--with-pkgversion="%{name}-%{version}-%{release}" \
--with-suffix="%{name}" \
--firmwarepath=%firmwaredirs \
--firmwarepath="%firmwaredirs" \
--meson="%{__meson}" \
--enable-trace-backend=dtrace \
--with-coroutine=ucontext \