wok-next rev 11517
ntop: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 23 18:57:38 2011 +0100 (2011-12-23) |
parents | ff40963b2445 |
children | 3432bc680627 |
files | ntop/receipt |
line diff
1.1 --- a/ntop/receipt Fri Dec 23 10:34:13 2011 +0100 1.2 +++ b/ntop/receipt Fri Dec 23 18:57:38 2011 +0100 1.3 @@ -46,14 +46,6 @@ 1.4 # Copy startup script and fix perms 1.5 cp -a stuff/etc $fs 1.6 chown root.root $fs/etc/init.d/ntop 1.7 - 1.8 - # Package all ntop pkgs (cookutils only) 1.9 - if [ -x /usr/bin/cook ]; then 1.10 - for i in $(cd $WOK; ls -d ntop-*) 1.11 - do 1.12 - cook $i 1.13 - done 1.14 - fi 1.15 } 1.16 1.17 post_install()