From fc806eb46ce4948abcf2a36b5306fddb56310262 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 07:07:14 +0300 Subject: [PATCH] ttf-croscore: fix permissions. Closes #292 --- extra/ttf-croscore/build | 3 +++ extra/ttf-croscore/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/ttf-croscore/build b/extra/ttf-croscore/build index 4d045515..6394b53b 100755 --- a/extra/ttf-croscore/build +++ b/extra/ttf-croscore/build @@ -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 diff --git a/extra/ttf-croscore/version b/extra/ttf-croscore/version index a2f8f7b6..16fb56a6 100644 --- a/extra/ttf-croscore/version +++ b/extra/ttf-croscore/version @@ -1 +1 @@ -1.31.0 1 +1.31.0 2