lilypod-with-fonts: add missing fonts' directory

This commit is contained in:
arthsmn
2023-12-18 21:15:26 -03:00
parent 213eabf52c
commit d3ee013576
+1 -1
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
'';