summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-05-13 17:33:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-13 18:34:29 +0200
commitbb3685e8d7cb73c130b887b6050efe82901e4880 (patch)
tree570a53b39802e4c1517310adcf4cb5dd03c06cb8
parent7d426c5b0e27cc3e72c6e12e07b8c42055cedba0 (diff)
downloadpatches-bb3685e8d7cb73c130b887b6050efe82901e4880.tar
patches-bb3685e8d7cb73c130b887b6050efe82901e4880.tar.gz
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>
-rw-r--r--gnu/packages/fonts.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7542f64026..64d5c17346 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -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)