mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
lilypod-with-fonts: add missing fonts' directory
This commit is contained in:
parent
213eabf52c
commit
d3ee013576
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user