From: Diego T. <rap...@us...> - 2004-04-27 01:15:03
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1509/build/scripts Modified Files: util-linux Log Message: typo fixed Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- util-linux 14 Jan 2004 21:31:36 -0000 1.21 +++ util-linux 27 Apr 2004 01:14:53 -0000 1.22 @@ -27,7 +27,7 @@ build ) disable_et_dyn if [ ! -f util-linux-patch.done ]; then - if [ "$CONFIG_LINUX_VERSON" = "2.4" ]; then + if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then echo "patch 2.4 " bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 fi |