From 190742b8274b1e29c5da30cf4c83953756826bb8 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 26 Oct 2023 22:58:44 -0400 Subject: [PATCH] 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. --- opensp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensp.spec b/opensp.spec index 4ad0473..ededbaa 100644 --- a/opensp.spec +++ b/opensp.spec @@ -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