diff options
-rw-r--r-- | conf.d/packaging/rpm/agl-app-afb-test.spec | 3 |
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 |