mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: font-gnu-freefont: Revert fonts' subdirectory names.
* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]<#:phases>: Change ‘share/fonts’ subdirectories from ‘ttf’ and ‘otf’ back to ‘truetype’ and ‘opentype’, respectively. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
1b35d3033d
commit
7d426c5b0e
1 changed files with 2 additions and 2 deletions
|
@ -255,9 +255,9 @@ (define-public font-gnu-freefont
|
|||
(let ((doc-dir (string-append %output "/share/doc/"
|
||||
,name "-" ,version))
|
||||
(ttf-font-dir (string-append %output
|
||||
"/share/fonts/ttf"))
|
||||
"/share/fonts/truetype"))
|
||||
(otf-font-dir (string-append %output
|
||||
"/share/fonts/otf"))
|
||||
"/share/fonts/opentype"))
|
||||
(woff-font-dir (string-append %output
|
||||
"/share/fonts/woff")))
|
||||
(mkdir-p doc-dir)
|
||||
|
|
Loading…
Reference in a new issue