[harfbuzz] Add another location of fonts (#3222)

Not very different from ones we have already, for the sake of completeness
This commit is contained in:
Ebrahim Byagowi 2020-01-12 19:25:13 +03:30 committed by Abhishek Arya
parent 363d00ba5f
commit 6c5632a1a5
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ for d in \
test/shaping/data/text-rendering-tests/fonts \ test/shaping/data/text-rendering-tests/fonts \
test/api/fonts \ test/api/fonts \
test/fuzzing/fonts \ test/fuzzing/fonts \
perf/fonts \
; do ; do
cp $d/* all-fonts/ cp $d/* all-fonts/
done done