aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-04-24 09:45:17 +0200
committerFrédéric Marec <frederic.marec@iot.bzh>2019-04-30 07:21:30 +0000
commitedc677cc61b1d454b5e7d5f98a7d9dea92a66218 (patch)
tree7dfd3f2aeda8e597a020c2437ff5c03579900103
parent6b07ca4bb27ada1a8f8d98fdcf4bcc51f364fe97 (diff)
Change install repository of .rpm package
Change install repository of .rpm package Avoid missing library error due to wrong path when you run tests Removal of lines of code that move the library To match with deb package instalation Bug-AGL: SPEC-2364 Change-Id: I184cebceda31a66eb0d93799196cee4d5049b23c Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--conf.d/packaging/rpm/agl-app-afb-test.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec
index 96fedad..5a28c91 100644
--- a/conf.d/packaging/rpm/agl-app-afb-test.spec
+++ b/conf.d/packaging/rpm/agl-app-afb-test.spec
@@ -56,9 +56,6 @@ cmake -DCMAKE_BUILD_TYPE=DEBUG -DVERSION=%{version} ..
%install
[ -d build ] && cd build
%make_install
-mkdir -p %{buildroot}%{_prefix}/afm/applications/afTest/%{version}
-mv %{buildroot}%{_prefix}/afTest/* %{buildroot}/%{_prefix}/afm/applications/afTest/%{version}
-rmdir %{buildroot}/%{_prefix}/afTest
%post