From: <smi...@us...> - 2003-11-05 01:09:30
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv852/scripts Modified Files: iptables Log Message: software updates Index: iptables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptables,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- iptables 2 Nov 2003 15:27:10 -0000 1.20 +++ iptables 5 Nov 2003 01:09:26 -0000 1.21 @@ -37,7 +37,7 @@ make all COPT_FLAGS="$FLAGS" KERNEL_DIR=$KERNELDIR || exit 1 strip_debug # install it, so other programs can use it - make install || exit 1 + make install install-devel || exit 1 ;; install ) |