mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
fix: recursively copy MonoLisa's cursed file structure
This commit is contained in:
parent
68849c6373
commit
5aff489af5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ for font_dir in "$PATCHED_FONTS"/*; do
|
|||
rm -rf "$dest"
|
||||
fi
|
||||
|
||||
mkdir "$dest" && cp -v "$font_dir"/* "$dest"
|
||||
mkdir "$dest" && cp -rv "$font_dir"/* "$dest"
|
||||
done
|
||||
|
||||
echo "Don't forget to run 'fc-cache -f -v'"
|
||||
|
|
Loading…
Reference in a new issue