tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make environment during packaging?



On Thu, Jun 30, 2016 at 07:47:08AM -0600, Brook Milligan wrote:
> I am working on a package with a Makefile mostly set up for destdir support; its Makefiles have, for example, ${destdir}${bindir}/… in appropriate places.  However, the value of ${destdir} is not set anywhere.  It would seem that I could export destdir=${DESTDIR} into the environment during packaging and have this work, but that seems not to work.

Normally, you get that effect by using INSTALL_MAKE_FLAGS or
INSTALL_MAKE_ENV.

Joerg


Home | Main Index | Thread Index | Old Index