SHA256
1
0
forked from pool/systemd

Accepting request 175316 from home:rmilasan:branches:Base:System

missing backslash

OBS-URL: https://build.opensuse.org/request/show/175316
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=377
This commit is contained in:
Robert Milasan 2013-05-13 18:45:42 +00:00 committed by Git OBS Bridge
parent 2341bcc86e
commit 7303d493f0
2 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@ export V=1
--enable-selinux \
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware"
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \
CFLAGS="%{optflags}"
make %{?_smp_mflags}

View File

@ -418,7 +418,7 @@ export V=1
--enable-selinux \
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware"
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \
CFLAGS="%{optflags}"
make %{?_smp_mflags}