mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt6-tools to 6.0.2-2
This commit is contained in:
parent
06eb3e772f
commit
4fefda9a07
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgname=qt6-tools
|
||||
_qtver=6.0.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -32,8 +32,8 @@ package() {
|
|||
|
||||
# Symlinks for backwards compatibility
|
||||
mkdir "$pkgdir"/usr/bin
|
||||
for b in "${pkgdir}"/usr/lib/qt6/bin/*; do
|
||||
ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt6
|
||||
for _b in "${pkgdir}"/usr/lib/qt6/bin/*; do
|
||||
ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $_b) "$pkgdir"/usr/bin/$(basename $_b)6
|
||||
done
|
||||
|
||||
install -d "$pkgdir"/usr/share/licenses
|
||||
|
|
Loading…
Reference in a new issue