wok-current diff babl/receipt @ rev 10353
gcc: Removed gawk in build depends. Added check like the one glibc has to install if cook script is found. Fixed tazwok cookorder i hope.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:40:19 2011 +0000 (2011-05-22) |
parents | 797239338cd7 |
children | e631119ef303 |
line diff
1.1 --- a/babl/receipt Tue Feb 01 03:07:08 2011 +0000 1.2 +++ b/babl/receipt Sun May 22 16:40:19 2011 +0000 1.3 @@ -24,6 +24,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib 1.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.7 - cp -a $_pkg/usr/lib/babl-0.0 $fs/usr/lib 1.8 + cp -a $_pkg/usr/lib/babl-* $fs/usr/lib 1.9 } 1.10