From edc677cc61b1d454b5e7d5f98a7d9dea92a66218 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 24 Apr 2019 09:45:17 +0200 Subject: 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 --- conf.d/packaging/rpm/agl-app-afb-test.spec | 3 --- 1 file changed, 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 -- cgit 1.2.3-korg