Commit 3577998082f6162adb768a3f5375c86fac46391d
1 parent
89574f02
Exists in
spec_refactor
Adding noosfero_libdir global
The global noosfero_libdir points to dir /usr/lib/noosfero
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/pkg-rpm/noosfero-spb/noosfero-spb.spec
1 | +# You can't use the macro %{_libdir} because noosfero is noarch | |
2 | +# instead, use this macro for noosfero libdir | |
3 | +%global noosfero_libdir /usr/lib/noosfero | |
4 | + | |
1 | 5 | Name: noosfero-spb |
2 | 6 | Version: 4.2.1 |
3 | 7 | Release: 9.1 |
... | ... | @@ -23,4 +27,4 @@ make |
23 | 27 | make install DESTDIR=%{buildroot} |
24 | 28 | |
25 | 29 | %files |
26 | -/usr/lib/noosfero | |
30 | +%{noosfero_libdir} | ... | ... |