diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-05-13 17:33:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-13 18:34:29 +0200 |
commit | bb3685e8d7cb73c130b887b6050efe82901e4880 (patch) | |
tree | 570a53b39802e4c1517310adcf4cb5dd03c06cb8 /gnu/packages/fonts.scm | |
parent | 7d426c5b0e27cc3e72c6e12e07b8c42055cedba0 (diff) |
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>
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 2 |
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) |