google-fonts

Google Fonts portage overlay
git clone https://git.parazyd.org/google-fonts
Log | Files | Refs | Submodules | README

commit d86bf26b6b98d705c2fd8052f4e07c4310e4b67e
parent 9f8bb61296a5072a2de77853e94e0c885714242d
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  9 Mar 2021 11:43:02 +0100

Fucking idiots.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -17,7 +17,7 @@ UFL_FONTS = $(shell ./tools/getfonts $(REPO)/ufl) all: $(APACHE_FONTS) $(OFL_FONTS) $(UFL_FONTS) update: - cd $(REPO) && git pull origin master + cd $(REPO) && git pull origin main git add fonts git commit -m 'Update google-fonts submodule to latest revision.'