Commit f63d9affe1bbc8b60cf7c13aa922d2abe2c47f9e

Authored by Alexandre Barbosa
1 parent 45ac9e2b
Exists in colab-master

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 27 make
28 28  
29 29 %install
  30 +cd %{_builddir}
30 31 %make_install
31 32  
32 33 %clean
33 34 rm -rf $RPM_BUILD_ROOT
34 35  
35 36 %files
36   -%{_libdir}/colab
  37 +/usr/lib/colab
37 38 %defattr(-,root,root)
... ...