Use fixed SGML locations
To avoid complications, sgml-common will join its subpackage xml-common in the flatpak runtime, and therefore its location will be in /etc and /usr even respective to flatpaks which are built in /app.
This commit is contained in:
parent
825c0299cf
commit
190742b827
@ -56,8 +56,8 @@ touch lib/parser_inst.cxx
|
|||||||
--disable-doc-build \
|
--disable-doc-build \
|
||||||
%endif
|
%endif
|
||||||
--disable-dependency-tracking --disable-static --enable-http \
|
--disable-dependency-tracking --disable-static --enable-http \
|
||||||
--enable-default-catalog=%{_sysconfdir}/sgml/catalog \
|
--enable-default-catalog=/etc/sgml/catalog \
|
||||||
--enable-default-search-path=%{_datadir}/sgml:%{_datadir}/xml
|
--enable-default-search-path=/usr/share/sgml:/usr/share/xml
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user