Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Subject: RE: [PATCH] Fix for postinstall not running MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 16 May 2002 19:30:52 +1000 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4G9W4314653 > -----Original Message----- > From: Christopher Faylor [mailto:cgf AT redhat DOT com] > Sent: Thursday, May 16, 2002 3:32 PM > To: cygwin-apps AT cygwin DOT com > Subject: [PATCH] Fix for postinstall not running > > > Here is a fix for the problem of postinstall not running. > > I'm not going to check this one into the trunk because it > uses a static variable and "feels wrong" as a result. I > think we probably need to change the find interface, either > to just return the relative path or the full path as needed. Hmm. I think we actually want to make it more oop. It should call into an object, not a 'find routine'. The passed in value will be the relative value, and the object gets to decide whether to prepend the path it called find with or not. Rob.