diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-22 11:03:12 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-22 11:39:36 +0200 |
commit | 14b401595576394f6d17aeddd6c172a445e30757 (patch) | |
tree | f1b8773197243c5b5a8f5a2a464283849158f624 | |
parent | cd5e0e03e44f528485f9e60aa552b557379d2a6f (diff) |
Fix rpm packagingguppy_7.0.3guppy/7.0.37.0.3
Remove useless quote
Bug_AGL: SPEC-2363
Change-Id: I73903d7047c25741ce257178ef3d084900563a05
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | conf.d/packaging/rpm/agl-app-framework-binder.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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} |