diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-01 11:49:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-05-01 11:49:11 +0000 |
commit | cd5e0e03e44f528485f9e60aa552b557379d2a6f (patch) | |
tree | b321a6119792d30935449f2db7cc0e5da99d32b5 | |
parent | 81359c788d04cd08ddbee9195267718037040c79 (diff) | |
parent | e777c9c9461a4d7b18b846df1c68883e8450a09f (diff) |
Merge "Fix rpm packaging following review 21188" into guppyguppy_7.0.2guppy/7.0.27.0.2
-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 e1f8020e..a8596f5b 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} |