~ruther/guix-local

bb3685e8d7cb73c130b887b6050efe82901e4880 — Michael Rohleder 6 years ago 7d426c5
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +1 -1
@@ 259,7 259,7 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
                           (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)