Skip to content
Snippets Groups Projects
Verified Commit 01dff492 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

dejavu: install to /ui/fonts

parent dd50567c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@ blake3="b702bac8a0f8e0802758549da3b4d8041c3c83c3894e1e8a960eab53af18cce8"
[build]
template = "custom"
script = """
DEST="${COOKBOOK_STAGE}/usr/share/fonts/truetype/dejavu"
mkdir -pv "${DEST}"
cp -v "${COOKBOOK_SOURCE}/ttf/"* "${DEST}"
#TODO: Mono style included in Sans directory
for style in Sans Serif
do
DEST="${COOKBOOK_STAGE}/ui/fonts/${style}/DejaVu"
mkdir -pv "${DEST}"
cp -v "${COOKBOOK_SOURCE}/ttf/DejaVu${style}"*".ttf" "${DEST}"
done
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment