cookutils diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tasks/freetype-harfbuzz	Thu Jul 27 13:36:30 2017 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +# SliTaz Cooker task.
     1.5 +
     1.6 +DESC="Resolve circular dependency between freetype and harfbuzz"
     1.7 +
     1.8 +task() {
     1.9 +	cook freetype
    1.10 +	cook harfbuzz
    1.11 +	cook freetype --harfbuzz
    1.12 +	cook harfbuzz
    1.13 +}