forked from pool/libqt5-qt3d
- Fix links in %{_bindir}
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qt3d?expand=0&rev=17
This commit is contained in:
parent
7092b3fb5f
commit
b9b3ed74eb
@ -3,6 +3,7 @@ Tue Dec 15 08:15:38 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Drop baselibs.conf, -32bit packages are not used anywhere and due
|
||||
to system assimp not providing -32bit packages broken anyway
|
||||
- Fix links in %{_bindir}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 12:08:42 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
@ -418,8 +418,8 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
pushd %{buildroot}%{_libqt5_bindir}
|
||||
for i in * ; do
|
||||
ln -s %{libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
||||
ln -s %{libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
|
||||
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
||||
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
|
||||
done
|
||||
popd
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user