From 44594fef59b4c7d1fa6fcaa94f7cbf938fa7d3c4798fb16369064a0afebcfb54 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Mon, 13 May 2013 18:45:42 +0000 Subject: [PATCH] missing backslash OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=377 --- systemd-mini.spec | 2 +- systemd.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd-mini.spec b/systemd-mini.spec index accf911..6407bfc 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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} diff --git a/systemd.spec b/systemd.spec index ba368e0..3f6814c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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}