Fixing prefix install path
This commit is contained in:
parent
0c2705053d
commit
e046b6fe79
@ -307,6 +307,9 @@ debug %{name}, you want to install %{name}-debuginfo instead.
|
|||||||
%{__cat} %{SOURCE11} >> .mozconfig
|
%{__cat} %{SOURCE11} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
|
||||||
|
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
|
||||||
|
|
||||||
%if %{?system_nss}
|
%if %{?system_nss}
|
||||||
echo "ac_add_options --with-system-nspr" >> .mozconfig
|
echo "ac_add_options --with-system-nspr" >> .mozconfig
|
||||||
echo "ac_add_options --with-system-nss" >> .mozconfig
|
echo "ac_add_options --with-system-nss" >> .mozconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user