gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
authorMichael Rohleder <mike@rohleder.de>
Wed, 13 May 2020 15:33:12 +0000 (17:33 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 13 May 2020 16:34:29 +0000 (18:34 +0200)
* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]: Install WOFFs
into ‘share/fonts/webfonts’.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/fonts.scm

index 7542f64..64d5c17 100644 (file)
@@ -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)