From 14b401595576394f6d17aeddd6c172a445e30757 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 22 May 2019 11:03:12 +0200 Subject: Fix rpm packaging Remove useless quote Bug_AGL: SPEC-2363 Change-Id: I73903d7047c25741ce257178ef3d084900563a05 Signed-off-by: Frederic Marec --- conf.d/packaging/rpm/agl-app-framework-binder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index a8596f5b..f9e339dc 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -57,7 +57,7 @@ This service is evolving permanently and is only designed as a helper for develo %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON" +%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON %__make %{?_smp_mflags} -- cgit 1.2.3-korg