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>master
parent
1b35d3033d
commit
7d426c5b0e
|
@ -255,9 +255,9 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
|
|||
(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)
|
||||
|
|
Reference in New Issue