Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv12897
Modified Files:
coreutils
Log Message:
Fix missing "hostname" command.
Index: coreutils
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/coreutils,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- coreutils 13 Oct 2003 17:36:08 -0000 1.5
+++ coreutils 6 Nov 2003 16:35:59 -0000 1.6
@@ -44,7 +44,7 @@
mkdir -p $WORKDIR/tmp/bin || exit 1
make DESTDIR=$WORKDIR/tmp install || exit 1
rm $WORKDIR/tmp/bin/su
- rm $WORKDIR/tmp/bin/hostname
+ #rm $WORKDIR/tmp/bin/hostname
copy_docs $WORKDIR/tmp
ln -sf test $WORKDIR/tmp/bin/[
cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1
|