From e046b6fe7979d817cbf6e0ca24f03fcf3dc83958 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 24 Aug 2021 09:26:03 +0200 Subject: [PATCH] Fixing prefix install path --- thunderbird.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index be46bd2..041a35e 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -307,6 +307,9 @@ debug %{name}, you want to install %{name}-debuginfo instead. %{__cat} %{SOURCE11} >> .mozconfig %endif +echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig +echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig + %if %{?system_nss} echo "ac_add_options --with-system-nspr" >> .mozconfig echo "ac_add_options --with-system-nss" >> .mozconfig