[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS build failed: revised patch



Please forget my last patch. Here is the correct one:

Index: release.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/release.sh,v
retrieving revision 1.67
diff -u -2 -r1.67 release.sh
--- release.sh	2000/05/04 19:55:36	1.67
+++ release.sh	2000/05/10 10:42:55
@@ -183,5 +183,5 @@
   cp linux $release/
 
-  cp $TOP/documentation/kernel-config-vanilla $release/kernel-config
+  gunzip -c $TOP/config.gz > $release/kernel-config
 
   # safe "flavor"
@@ -208,5 +208,5 @@
       mv $fromdir/rescue$_flavor.bin $destdir/rescue.bin
       cp $TOP/documentation/README-$_flavor $destdir/README.txt
-      cp $TOP/documentation/kernel-config-$_flavor $destdir/kernel-config
+      gunzip -c $TOP/config$_flavor.gz > $destdir/kernel-config
       
       if [ -f $fromdir/root$_flavor.bin ]; then


Nils

-- 
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.            --unknown source

Attachment: pgpOtuID5r0u0.pgp
Description: PGP signature


Reply to: