From 0e5d536b20ed481d5a057e9bfee772b4c53bdb0f Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Fri, 6 Dec 2013 19:51:51 +0000 Subject: build: Add missing 'DESTDIR' when installing bash completion Signed-off-by: Hannes Reinecke Signed-off-by: Robert Love --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5cbc15f..e93aa8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ init_d_SCRIPTS = etc/initd/fcoe dist_noinst_DATA = README COPYING INSTALL fcoe-utils.spec etc/config -BASH_COMPLETION_DIR=/etc/bash_completion.d/ +BASH_COMPLETION_DIR=$(DESTDIR)/etc/bash_completion.d/ install-data-hook: if [ ! -f ${DESTDIR}${fcoe_configdir}/config ] ; then \ -- 1.8.1.4