mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
7d426c5b0e
commit
bb3685e8d7
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
|
||||||
(otf-font-dir (string-append %output
|
(otf-font-dir (string-append %output
|
||||||
"/share/fonts/opentype"))
|
"/share/fonts/opentype"))
|
||||||
(woff-font-dir (string-append %output
|
(woff-font-dir (string-append %output
|
||||||
"/share/fonts/woff")))
|
"/share/fonts/webfonts")))
|
||||||
(mkdir-p doc-dir)
|
(mkdir-p doc-dir)
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("\\$\\(TMPDIR\\)") doc-dir)
|
(("\\$\\(TMPDIR\\)") doc-dir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue