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:
Yaakov Selkowitz 2023-10-26 22:58:44 -04:00
parent 825c0299cf
commit 190742b827

View File

@ -56,8 +56,8 @@ touch lib/parser_inst.cxx
--disable-doc-build \
%endif
--disable-dependency-tracking --disable-static --enable-http \
--enable-default-catalog=%{_sysconfdir}/sgml/catalog \
--enable-default-search-path=%{_datadir}/sgml:%{_datadir}/xml
--enable-default-catalog=/etc/sgml/catalog \
--enable-default-search-path=/usr/share/sgml:/usr/share/xml
make %{?_smp_mflags}
%install