wok-current diff unixODBC/receipt @ rev 10425
pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:52:23 2011 +0000 (2011-05-24) |
parents | cc664d78f8e0 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/unixODBC/receipt Sat Oct 09 16:01:29 2010 +0000 1.2 +++ b/unixODBC/receipt Tue May 24 13:52:23 2011 +0000 1.3 @@ -28,10 +28,5 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $_pkg/etc $fs 1.6 cp -a $_pkg/usr/bin $fs/usr 1.7 - # Package all unixODBC pkgs 1.8 - for i in $(cd $WOK; ls -d unixODBC-* libunixODBC*) 1.9 - do 1.10 - tazwok genpkg $i 1.11 - done 1.12 } 1.13