CVS: moonbase/kernel/linux-stable BUILD,1.5,1.6
niki at lunar-linux.org
niki at lunar-linux.org
Wed Aug 27 21:08:55 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25357/linux-stable
Modified Files:
BUILD
Log Message:
missed some "&&". Good that we have the commits ml. ;-)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-stable/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 27 Aug 2003 20:54:21 -0000 1.5
+++ BUILD 27 Aug 2003 21:08:53 -0000 1.6
@@ -51,6 +51,6 @@
make modules_install &&
cp arch/i386/boot/bzImage /boot/stable_bz-$VERSION &&
# link the modules so depmod can find them!
- ln -f -s /lib/modules/$VERSION-stable /lib/modules/$VERSION &&
+ ln -f -s /lib/modules/$VERSION-stable /lib/modules/$VERSION
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list