wok diff bind/receipt @ rev 7383
Up: gnumeric to 1.10.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 26 03:14:00 2010 +0000 (2010-11-26) |
parents | d20d9a5651e9 |
children | a0bdd3820425 |
line diff
1.1 --- a/bind/receipt Mon Sep 20 22:21:14 2010 +0000 1.2 +++ b/bind/receipt Fri Nov 26 03:14:00 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind" 1.7 -VERSION="9.7.1-P2" 1.8 +VERSION="9.7.2-P2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System daemon." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -33,10 +33,5 @@ 1.13 cp -a $_pkg/usr/sbin $fs/usr 1.14 cp -a $_pkg/etc $fs 1.15 cp -a stuff/etc $fs 1.16 - # Package all bind pkgs 1.17 - for i in libbind $(cd $WOK; ls -d bind-*) 1.18 - do 1.19 - tazwok genpkg $i 1.20 - done 1.21 } 1.22