From b66c0f34217e4e68aec49591b7228a65f78f42c7 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 13 Apr 2022 10:34:28 -0400 Subject: [PATCH] Install to /usr/share/festival (fix RHBZ#2017994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install to /usr/share/festival instead of /usr/share/festival/lib, to match the current “libdir” configured in the festival package. --- festival-freebsoft-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/festival-freebsoft-utils.spec b/festival-freebsoft-utils.spec index 548edd0..3ab1f71 100644 --- a/festival-freebsoft-utils.spec +++ b/festival-freebsoft-utils.spec @@ -71,7 +71,7 @@ Documentation for festival-freebsoft-utils in info, PDF, and HTML formats. %install -install -t '%{buildroot}/%{_datadir}/festival/lib' -D -p -m 0644 *.scm +install -t '%{buildroot}/%{_datadir}/festival' -D -p -m 0644 *.scm install -t '%{buildroot}/%{_infodir}' -D -p -m 0644 doc/*.info install -t '%{buildroot}/%{_pkgdocdir}' -D -p -m 0644 \ doc/*.pdf doc/*.html ANNOUNCE NEWS README @@ -79,7 +79,7 @@ install -t '%{buildroot}/%{_pkgdocdir}' -D -p -m 0644 \ %files %license COPYING -%{_datadir}/festival/lib/*.scm +%{_datadir}/festival/*.scm %files doc