Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6364/scripts
Modified Files:
Tag: rel-1-2-patches
coreutils
Log Message:
don't install hostname from coreutils package, use the one from net-tools
Index: coreutils
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/coreutils,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- coreutils 28 Feb 2004 16:15:24 -0000 1.8
+++ coreutils 23 Sep 2004 02:52:23 -0000 1.8.2.1
@@ -25,14 +25,14 @@
case $1 in
build )
- #if [ ! -f devil-linux-patches.done ]; then
- # for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null )
- # do
- # echo applying patch: $PATCH
- # patch -p1 -i $PATCH || exit 1
- # done
- # touch devil-linux-patches.done
- #fi
+ if [ ! -f devil-linux-patches.done ]; then
+ for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null )
+ do
+ echo applying patch: $PATCH
+ patch -p1 -i $PATCH || exit 1
+ done
+ touch devil-linux-patches.done
+ fi
./configure --prefix= --disable-nls --without-included-regex || exit 1
make $PMAKE || exit 1
strip_debug
|