wok-4.x diff bind-dev/receipt @ rev 4029
Update: h8300-gcc3 (add PROVIDE)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Sep 05 15:03:56 2009 +0000 (2009-09-05) |
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 Sat Sep 05 15:03:56 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