diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-09 09:35:08 +0200 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2019-04-30 07:20:14 +0000 |
commit | e777c9c9461a4d7b18b846df1c68883e8450a09f (patch) | |
tree | 29c83f259661090664ae791fe6a56c7577fe63c1 /conf.d/packaging/rpm/agl-app-framework-binder.spec | |
parent | 38b87769f16527b537c863529552330abd27b58a (diff) |
Fix rpm packaging following review 21188
Bug-AGL: SPEC-2365
Change-Id: Iec9de4201e966ef53e3f1edf9d0a6a81ae2899fc
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
(cherry picked from commit 9cf1fcea338281f76eaac000930479b18dacef01)
Diffstat (limited to 'conf.d/packaging/rpm/agl-app-framework-binder.spec')
-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 72a54150..a9692eb1 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -66,7 +66,7 @@ export PKG_CONFIG_PATH=%{_libdir}/pkgconfig %make_install mkdir -p %{buildroot}%{_sysconfdir}/profile.d -cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/AGL-%{name}.sh +cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh #---------- AGL %%{name} options Start ---------" # Object: AGL cmake option for binder/bindings export LD_LIBRARY_PATH=%{_libdir}:\${LD_LIBRARY_PATH} |