diff options
| author | Michael Forney <mforney@mforney.org> | 2016-10-24 22:55:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-10-28 01:18:27 -0700 |
| commit | 6c2437b409bd408d467b438361e597d941a15e02 (patch) | |
| tree | 0f282d9b14d7a43bf17204d3ae1e4152111dc008 | |
| parent | a900ca53f0c8da4df63780a8482863c9b92bc63d (diff) | |
plan9fonts: Move under /share/plan9
Otherwise, fontconfig will search through these fonts trying to understand them.
| -rw-r--r-- | desktop/plan9fonts/gen.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/plan9fonts/gen.rc b/desktop/plan9fonts/gen.rc index 17f8a3f1..3ac74fed 100644 --- a/desktop/plan9fonts/gen.rc +++ b/desktop/plan9fonts/gen.rc @@ -1,5 +1,4 @@ -for(f in `{grep -v '^#' fonts.txt}) { - file share/fonts/plan9/$f '$srcdir'/$f 644 -} +for(f in `{grep -v '^#' fonts.txt}) + file share/plan9/fonts/$f '$srcdir'/$f 644 fetch git |
