Commit 6bdcdda18f85ae5fb83d05b7d0913c73197a4386

Authored by Alexandre Barbosa
Committed by Rodrigo Siqueira de Melo
1 parent 09e7543a

Fix usr/lib directory reference in colab-deps.spec

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
colab-deps/colab-deps.spec
@@ -27,11 +27,12 @@ cd %{_builddir} @@ -27,11 +27,12 @@ cd %{_builddir}
27 make 27 make
28 28
29 %install 29 %install
  30 +cd %{_builddir}
30 %make_install 31 %make_install
31 32
32 %clean 33 %clean
33 rm -rf $RPM_BUILD_ROOT 34 rm -rf $RPM_BUILD_ROOT
34 35
35 %files 36 %files
36 -%{_libdir}/colab 37 +/usr/lib/colab
37 %defattr(-,root,root) 38 %defattr(-,root,root)