mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
ttf-croscore: fix permissions. Closes #292
This commit is contained in:
parent
8e87287c5d
commit
fc806eb46c
@ -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
|
||||
|
@ -1 +1 @@
|
||||
1.31.0 1
|
||||
1.31.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user