Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv26276/scripts
Modified Files:
iproute2
Log Message:
iproute is not an optional package anymore
Index: iproute2
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iproute2,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- iproute2 5 Dec 2011 09:11:38 -0000 1.34
+++ iproute2 10 Dec 2011 20:58:15 -0000 1.35
@@ -20,7 +20,6 @@
case $1 in
build )
- if [ "$CONFIG_IPROUTE2" = "y" ]; then
#if [ ! -f devil-linux-patches.done ]; then
# touch devil-linux-patches.done
# zcat $DL_DIR/src/iproute_*.diff.gz | patch -p1 || exit 1
@@ -32,11 +31,9 @@
make SBINDIR=/sbin $PMAKE all || exit 1
- fi
;;
install )
- if [ "$CONFIG_IPROUTE2" = "y" ]; then
rm -rf $TMPDIR || exit 1
mkdir -p $TMPDIR/usr/sbin || exit 1
@@ -51,7 +48,6 @@
cp -dpR $TMPDIR/* $CDDIR/ || exit 1
rm -rf $TMPDIR || exit 1
- fi
;;
* )
|