SHA256
1
0
forked from pool/libqt5-qtdoc
Christophe Marin 2025-02-26 10:32:14 +00:00 committed by Git OBS Bridge
parent e449cfef95
commit 509c2fac13

View File

@ -140,6 +140,7 @@ required.
# Due to a behaviour change in rpm, %%libdir is always '/usr/lib' with 'BuildArch: noarch'. We need to redefine it to find tools in '/usr/lib64/qt5/bin' when needed
# (https://github.com/rpm-software-management/rpm/issues/3126)
if [ -e "/usr/lib64/qt5/bin/qdoc" ]; then
echo "Redefining _libdir to work around rpm behaviour change"
%define _libdir /usr/lib64
fi