mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public font-gnu-freefont
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue