wok-current diff bind-dev/receipt @ rev 4239
task: fix WGET (again)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Sep 24 17:50:39 2009 +0000 (2009-09-24) |
parents | d5836ce97e2b |
children | 909ca4e6292d |
line diff
1.1 --- a/bind-dev/receipt Fri Apr 10 08:14:21 2009 +0000 1.2 +++ b/bind-dev/receipt Thu Sep 24 17:50:39 2009 +0000 1.3 @@ -11,8 +11,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 - cp -a $_pkg/usr/lib/*a $fs/usr 1.9 + mkdir -p $fs/usr/lib 1.10 + cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.11 cp -a $_pkg/usr/include $fs/usr 1.12 } 1.13