This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ready to begin release cycle?


Op Sat, 7 May 2005 23:21:31 +0100 schreef Max Bowsher
in <00a901c55353$1f213c70$e6ec6f83@chimaera>:
[...]
:  Any thoughts on anything additional which ought to go in before the branch?

I sent this before...


2005-05-10  Bas van Gompel  <patch-cygsup.buzz@bavag.tmfweb.nl>

	* archive.cc (archive::extract_file): Use prefixPath for linktarget
	on hardlinks.


diff -u -p -r2.11 archive.cc
--- setup/archive.cc	5 May 2005 22:48:34 -0000	2.11
+++ setup/archive.cc	8 May 2005 18:40:31 -0000
@@ -161,7 +161,7 @@ archive::extract_file (archive * source,
 	io_stream::remove (destfilename);
 	int ok =
 	  io_stream::mklink (destfilename,
-	      prefixURL + source->linktarget (),
+	      prefixURL + prefixPath + source->linktarget (),
 			     IO_STREAM_HARDLINK);
 	/* FIXME: check what tar's filelength is set to for hardlinks */
 	source->skip_file ();


L8r,

Buzz.
-- 
  ) |  | ---/ ---/  Yes, this | This message consists of true | I do not
--  |  |   /    /   really is |   and false bits entirely.    | mail for
  ) |  |  /    /    a 72 by 4 +-------------------------------+ any1 but
--  \--| /--- /---  .sigfile. |   |perl -pe "s.u(z)\1.as."    | me. 4^re


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]