kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 95b2fab4946c6f947eef9c3d233cb3045705361a
parent dc4fb99528b29e519c054a71a683884298254e4a
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  6 Jun 2022 18:15:27 -0400

otf-hermit: Fix path when setting permissions

A path was not being expanded correctly when setting permissions
in the build script.

Diffstat:
Mextra/otf-hermit/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/otf-hermit/build b/extra/otf-hermit/build @@ -6,4 +6,4 @@ gzip --decompress --stdout packages/otf-hermit-2.0.tar.gz | tar -x -C "$1/usr/share/fonts/OTF/hermit" # Ensure that font files are readable. -chmod 644 "$1/usr/share/fonts/OTF/hermit/*.otf" +chmod 644 "$1/usr/share/fonts/OTF/hermit"/*.otf