]> git.ipfire.org Git - thirdparty/newt.git/commit
build: add support for "DESTDIR" variable
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 19 Nov 2010 15:54:53 +0000 (13:54 -0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Nov 2010 11:44:21 +0000 (12:44 +0100)
commit166809673552eb2a3a546fd01151d25787c4280e
treec5e98f264324c10687c60084b0097d7fcfe18f74
parentb8b8a86f22d08216328dffb8d70b3ae67629a905
build: add support for "DESTDIR" variable

The build system uses "instroot" to define the path for installation
however "DESTDIR" is the most common used one (e.g Debian and
OpenEmbedded use it).

This patch makes "instroot" defaults to "DESTDIR" value if not set.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Makefile.in