Fixed wrong prefix value. %{buildroot} value we now pass through 'make install'.
--HG-- branch : develop
This commit is contained in:
parent
074242ad56
commit
a8b75361e4
4
dist/rpm/valentina.spec
vendored
4
dist/rpm/valentina.spec
vendored
|
@ -77,9 +77,9 @@ a unique pattern making tool.
|
|||
|
||||
%build
|
||||
%if 0%{?suse_version} >= 1320
|
||||
qmake-qt5 PREFIX=%{buildroot}%{_prefix} LRELEASE=lrelease-qt5 Valentina.pro -r CONFIG+=no_ccache
|
||||
qmake-qt5 PREFIX=%{_prefix} LRELEASE=lrelease-qt5 Valentina.pro -r CONFIG+=no_ccache
|
||||
%else
|
||||
qmake-qt5 PREFIX=%{buildroot}%{_prefix} Valentina.pro -r CONFIG+=no_ccache
|
||||
qmake-qt5 PREFIX=%{_prefix} Valentina.pro -r CONFIG+=no_ccache
|
||||
%endif
|
||||
%{__make} %{?jobs:-j %jobs}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user