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.

Reply via email to