cookutils annotate tasks/freetype-harfbuzz @ rev 950

cook: dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 12:35:12 2017 +0200 (2017-07-23)
parents
children
rev   line source
al@942 1 # SliTaz Cooker task.
al@942 2
al@942 3 DESC="Resolve circular dependency between freetype and harfbuzz"
al@942 4
al@942 5 task() {
al@942 6 cook freetype
al@942 7 cook harfbuzz
al@942 8 cook freetype --harfbuzz
al@942 9 cook harfbuzz
al@942 10 }