[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] why patch-wrapper?
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] why patch-wrapper? |
Date: |
Thu, 30 Oct 2008 23:01:06 +0100 |
User-agent: |
KMail/1.9.6 (enterprise 20070904.708012) |
On Thursday 30 October 2008 22:47:03 Dean Roehrich wrote:
> Well, I'm having trouble with test/patch-wrapper on solaris and this has me
> wondering, why does quilt install patch-wrapper into
> /usr/share/quilt/wrapper if there are no users outside of the test suite?
> And why does this one test use it?
It puts this directory into the $PATH for being able to access tools that are
not in the normal $PATH. Check the configure options used at build time.
Andreas