ttf-croscore: fix permissions. Closes #292

This commit is contained in:
Dylan Araps 2021-07-16 07:07:14 +03:00
parent 8e87287c5d
commit fc806eb46c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,6 @@
mkdir -p "$1/usr/share/fonts/TTF/croscore"
cp -f ./*.ttf "$1/usr/share/fonts/TTF/croscore"
# Ensure that font files are readable.
chmod 644 "$1/usr/share/fonts/TTF/croscore"/*.ttf

View File

@ -1 +1 @@
1.31.0 1
1.31.0 2