mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Possible README patch
@ 2001-05-05 14:04 Duncan Gauld
  2001-05-05  9:21 ` Russell King
  2001-05-05  9:22 ` Albert D. Cahalan
  0 siblings, 2 replies; 6+ messages in thread
From: Duncan Gauld @ 2001-05-05 14:04 UTC (permalink / raw)
  To: linux-kernel

Hi

Information in the README file says that when patching, the -p0 option is 
used with patch (eg tar xvzf <patch>.tar.gz | patch -p0). However I have 
never got this to work as I always get something like "can't find file to 
patch at line 5". However, replacing -p0 with -p1 seems to work perfectly.
Maybe the penguin doesn't like me, but still, whenever I've downloaded 
patches I had to say -p1, not -p0...

anyone else have to do this? If so, here's a wee patch for it.. (bear with 
me, it's my first one :)

Duncan Gauld
dunkers@blueyonder.co.uk
----------------------------------------------------------------

-- README	Sat May  5 09:51:36 2001
+++ README	Sat May  5 09:52:24 2001
@@ -66,10 +66,10 @@
    install by patching, get all the newer patch files, enter the
    directory in which you unpacked the kernel source and execute:
 
-		gzip -cd patchXX.gz | patch -p0
+		gzip -cd patchXX.gz | patch -p1
 
    or
-		bzip2 -dc patchXX.bz2 | patch -p0
+		bzip2 -dc patchXX.bz2 | patch -p1
 
    (repeat xx for all versions bigger than the version of your current
    source tree, _in_order_) and you should be ok.  You may want to remove

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-05-14 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-05 14:04 Possible README patch Duncan Gauld
2001-05-05  9:21 ` Russell King
2001-05-10 11:58   ` Anuradha Ratnaweera
2001-05-13 18:17     ` Ralf Baechle
2001-05-11  5:36   ` David S. Miller
2001-05-05  9:22 ` Albert D. Cahalan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®