mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/texlive-bin to 2023.66984-15
This commit is contained in:
parent
3fa951b3c7
commit
f031cbf58b
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgname=(texlive-bin libsynctex)
|
||||
_rev=66984
|
||||
pkgver=2023.$_rev
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
license=(GPL)
|
||||
arch=(x86_64)
|
||||
makedepends=(git cairo pixman graphite t1lib gd libsigsegv zziplib libpng libjpeg freetype2
|
||||
|
@ -131,8 +131,9 @@ package_texlive-bin() {
|
|||
|
||||
# remove links to scripts
|
||||
for _link in $(ls "$pkgdir"/usr/bin); do
|
||||
[[ $(readlink "$pkgdir"/usr/bin/$_link) == */scripts/* ]] && rm "$pkgdir"/usr/bin/$_link
|
||||
[[ $(readlink -m "$pkgdir"/usr/bin/$_link) == */scripts/* ]] && _rmlinks+="$pkgdir/usr/bin/$_link "
|
||||
done
|
||||
rm $_rmlinks
|
||||
|
||||
# remove libsynctex
|
||||
rm "$pkgdir"/usr/include/synctex/*
|
||||
|
|
Loading…
Reference in a new issue