Quick fix

This commit is contained in:
Thomas-Karl Pietrowski 2015-01-25 16:02:28 +01:00
parent 12eec7398b
commit 0ac77a8708
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@ INSTALL_ROOT =
INSTALL_PREFIX =
INSTALL_LAYOUT =
ifeq ($(INSTALL_ROOT),)
ifneq ($(INSTALL_ROOT),)
INSTALL_OPTIONS += --root=$(INSTALL_ROOT)
endif
ifeq ($(INSTALL_PREFIX),)
ifneq ($(INSTALL_PREFIX),)
INSTALL_OPTIONS += --prefix=$(INSTALL_PREFIX)
endif
ifeq ($(INSTALL_LAYOUT),)
ifneq ($(INSTALL_LAYOUT),)
INSTALL_OPTIONS += --install-layout=$(INSTALL_LAYOUT)
endif