wok diff iptables/receipt @ rev 116

Typo + BUILD_DEPENDS (bogofilter, cdparanoia-III, epdfview, openssl, ...)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 05 19:05:46 2008 +0100 (2008-01-05)
parents 591f8f8aad15
children cdac43c3f44f
line diff
     1.1 --- a/iptables/receipt	Tue Dec 18 11:52:40 2007 +0100
     1.2 +++ b/iptables/receipt	Sat Jan 05 19:05:46 2008 +0100
     1.3 @@ -37,6 +37,6 @@
     1.4  	cp -a $_pkg/lib/iptables/libipt_tcp.so $fs/lib/iptables
     1.5  	cp -a $_pkg/lib/iptables/libipt_udp.so $fs/lib/iptables
     1.6  	# Strip.
     1.7 -	strip -s $_fs/sbin/*
     1.8 -	strip -s $_fs/lib/iptables/*
     1.9 +	strip -s $fs/sbin/*
    1.10 +	strip -s $fs/lib/iptables/*
    1.11  }