On Tue 2007.11.13 at 23:32 +0000, Stuart Henderson wrote:
> On 2007/11/13 18:05, Okan Demirmen wrote:
> > - hardcoding /usr/local in patches...
>
> this is normally handled by some placeholder e.g. !!LOCALBASE!! in the
> patches, and then use something like:
>
> perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g'
>
> in pre-configure.yes, i meant _not_ to hardcode...thanks for the clarifying.
