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:
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

View file

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