cookutils view tasks/freetype-harfbuzz @ rev 951

Minor bug fixes due to the change in the behavior of the dot command in Busybox-1.27.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 13:36:30 2017 +0300 (2017-07-27)
parents
children
line source
1 # SliTaz Cooker task.
3 DESC="Resolve circular dependency between freetype and harfbuzz"
5 task() {
6 cook freetype
7 cook harfbuzz
8 cook freetype --harfbuzz
9 cook harfbuzz
10 }