[PATCH] fixing install dirs

Bernhard Fischer rep.dot.nop at gmail.com
Wed Mar 21 19:20:49 UTC 2007


On Wed, Mar 21, 2007 at 06:07:28PM +0100, Enrico Weigelt wrote:
>
>Hi folks,
>
>here's a little patch which fixes installation dir handling.

Let's please use DESTDIR for the real thing. INSTALLDIR is apparently
something different.
so:
ifneq ($(DESTDIR),)
ifneq ($(PREFIX),)
DESTDIR=$(PREFIX)
endif
endif
ifneq ($(DESTDIR),)
DESTDIR=CONFIG_PREFIX
endif

...
Care to send an updated patch?
thanks,



More information about the busybox mailing list