Commit f63d9affe1bbc8b60cf7c13aa922d2abe2c47f9e
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,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) |