diff options
author | José Bollo <jobol@nonadev.net> | 2017-08-29 06:33:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-08-29 06:33:22 +0000 |
commit | e28787235090fdf2be6626e1e0a7e02314013652 (patch) | |
tree | 335dad4990215fc6811a9b03065ba2d53fb760bf /conf.d/packaging/agl-app-framework-binder.spec | |
parent | f57f26b6f498a6209e72547d6cddc7a41f7987b2 (diff) | |
parent | b32d7f73eb23083869246b5ae7963be452ea4900 (diff) |
Merge "Update packaging"
Diffstat (limited to 'conf.d/packaging/agl-app-framework-binder.spec')
-rw-r--r-- | conf.d/packaging/agl-app-framework-binder.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.d/packaging/agl-app-framework-binder.spec b/conf.d/packaging/agl-app-framework-binder.spec index fb6ec328..635c99c4 100644 --- a/conf.d/packaging/agl-app-framework-binder.spec +++ b/conf.d/packaging/agl-app-framework-binder.spec @@ -88,9 +88,13 @@ EOF %{_libdir}/afb/demoPost.so %{_libdir}/afb/helloWorld.so %{_libdir}/afb/tic-tac-toe.so - +%{_libdir}/afb/monitoring/* %{_sysconfdir}/profile.d/AGL_%{name}.sh +#app-framework-binder monitoring +%dir %{_libdir}/afb/monitoring +%{_libdir}/afb/monitoring/* + %files devel %defattr(-,root,root) %dir %{_prefix} |