Skip to content
Snippets Groups Projects
Commit ae6d7cf7 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

12.1.0-2

parent 138a8a27
No related branches found
Tags 12.1.0-2
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=unicode-character-database
pkgver=12.1.0
pkgrel=1
pkgrel=2
pkgdesc="Unicode Character Database"
arch=(any)
license=(BSD)
......@@ -21,7 +21,11 @@ package() {
bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $_f-$pkgver.zip
done
ln -s unicode "$pkgdir/usr/share/$pkgname"
# FS#49938: A bunch of compatibility symlinks
ln -s . "$pkgdir/usr/share/unicode/ucd"
for _f in $pkgname unicode-data unidata; do
ln -s unicode "$pkgdir/usr/share/$_f"
done
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment