me
/
guix
Archived
1
0
Fork 0

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
Raghav Gururajan 2020-05-10 23:57:23 -04:00 committed by Tobias Geerinckx-Rice
parent 1b35d3033d
commit 7d426c5b0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)