# HG changeset patch # User Pascal Bellard # Date 1324663058 -3600 # Node ID 53e9551e9325016687d93d8542b4418f0cd58114 # Parent ff40963b2445adb40521b63a460acb5222577a55 ntop: fix genpkg diff -r ff40963b2445 -r 53e9551e9325 ntop/receipt --- a/ntop/receipt Fri Dec 23 10:34:13 2011 +0100 +++ b/ntop/receipt Fri Dec 23 18:57:38 2011 +0100 @@ -46,14 +46,6 @@ # Copy startup script and fix perms cp -a stuff/etc $fs chown root.root $fs/etc/init.d/ntop - - # Package all ntop pkgs (cookutils only) - if [ -x /usr/bin/cook ]; then - for i in $(cd $WOK; ls -d ntop-*) - do - cook $i - done - fi } post_install()