gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.

* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]: Install WOFFs
into ‘share/fonts/webfonts’.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Michael Rohleder 2020-05-13 17:33:12 +02:00 committed by Tobias Geerinckx-Rice
parent 7d426c5b0e
commit bb3685e8d7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
(otf-font-dir (string-append %output
"/share/fonts/opentype"))
(woff-font-dir (string-append %output
"/share/fonts/woff")))
"/share/fonts/webfonts")))
(mkdir-p doc-dir)
(substitute* "Makefile"
(("\\$\\(TMPDIR\\)") doc-dir)