diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-09 09:35:08 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-09 09:35:08 +0200 |
commit | 9cf1fcea338281f76eaac000930479b18dacef01 (patch) | |
tree | 108d620ad3281cdd3b4627ee424eeb0619f4b31e /conf.d/packaging | |
parent | c80873f04c5122e579333b4cf363dd623200e822 (diff) |
Fix rpm packaging following review 20926
Change-Id: Iec9de4201e966ef53e3f1edf9d0a6a81ae2899fc
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d/packaging')
-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 b947ee54..4f701469 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} |