diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-05 09:35:29 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-05 09:35:29 +0200 |
commit | c80873f04c5122e579333b4cf363dd623200e822 (patch) | |
tree | b91ae03e201467915019decd67acb05daa30daa2 /conf.d/packaging/rpm/agl-app-framework-binder.spec | |
parent | ce53d8ec8550965084304e975a0636b40d7e64a7 (diff) |
Change agl-app-framework-binder.sh
Aligned the two different names from the two ways of packaging
From AGL-agl-app-framework-binder.sh to agl-app-framework-binder.sh for .rpm
From AGL-app-framework-binder.sh to agl-app-framework-binder.sh for .deb
Change-Id: Ie324ce159a55ccae7c051c97be5116d975e0da85
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
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 e41fd964..b947ee54 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -96,7 +96,7 @@ EOF #app-framework-binder demo %{_libdir}/afb/*.so -%config(noreplace) %{_sysconfdir}/profile.d/AGL-%{name}.sh +%config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh #app-framework-binder monitoring %dir %{_libdir}/afb/monitoring |