mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-14 10:17:53 -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"
|
rm -rf "$dest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir "$dest" && cp -v "$font_dir"/* "$dest"
|
mkdir "$dest" && cp -rv "$font_dir"/* "$dest"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Don't forget to run 'fc-cache -f -v'"
|
echo "Don't forget to run 'fc-cache -f -v'"
|
||||||
|
|
Loading…
Reference in a new issue