wok diff bind-dev/receipt @ rev 4149
Fix: xfce4 dependency looping
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 16:13:53 2009 +0000 (2009-09-20) |
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 Sun Sep 20 16:13:53 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