forked from pool/libqt5-qtdoc
This commit is contained in:
parent
509c2fac13
commit
bdfa7e0d59
@ -141,8 +141,11 @@ required.
|
|||||||
# (https://github.com/rpm-software-management/rpm/issues/3126)
|
# (https://github.com/rpm-software-management/rpm/issues/3126)
|
||||||
if [ -e "/usr/lib64/qt5/bin/qdoc" ]; then
|
if [ -e "/usr/lib64/qt5/bin/qdoc" ]; then
|
||||||
echo "Redefining _libdir to work around rpm behaviour change"
|
echo "Redefining _libdir to work around rpm behaviour change"
|
||||||
%define _libdir /usr/lib64
|
_libdir=/usr/lib64
|
||||||
|
else
|
||||||
|
_libdir=/usr/lib
|
||||||
fi
|
fi
|
||||||
|
%define _libdir $_libdir
|
||||||
|
|
||||||
# We need to link to some of the programs used as that the source assumes they were just built.
|
# We need to link to some of the programs used as that the source assumes they were just built.
|
||||||
ln -s %{_bindir}/rcc-qt5 qtbase/bin/rcc
|
ln -s %{_bindir}/rcc-qt5 qtbase/bin/rcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user