build: configure: Add option to specify install path for binary files
commitba85243ef4f90c022502604a8faadbc4e7d8f439
authorVadim Kochan <vadim4j@gmail.com>
Mon, 22 Aug 2016 21:17:11 +0000 (23 00:17 +0300)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 15 Sep 2016 16:34:56 +0000 (15 18:34 +0200)
treef47167bb2f3fef69f4b99d4393b2f252ed611c69
parent9ec74c8eb4d44510827140446a9b155cb8a61690
build: configure: Add option to specify install path for binary files

Add new --prefix=PREFIX configure commandline option to specify
installation directory for binaries.

Add additional check in 'Cmds' file if --prefix was specified
from 'configure' script, in that case required installation path
components will be created automatically as it is done for
'make PREFIX=...' option.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cmds
configure