lilypod-with-fonts: add missing fonts' directory

This commit is contained in:
arthsmn 2023-12-18 21:13:52 -03:00
parent 213eabf52c
commit d3ee013576

View file

@ -26,7 +26,7 @@ let
done
install -m755 -d "$fontsdir/svg"
for font in svg/**.{svg,woff}; do
for font in {svg,woff}/**.{svg,woff}; do
install -Dt "$fontsdir/svg" -m644 "$font"
done
'';