2014-04-18 13:42:07 +02:00
|
|
|
From 0e5d536b20ed481d5a057e9bfee772b4c53bdb0f Mon Sep 17 00:00:00 2001
|
2013-12-06 12:55:35 +01:00
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
2014-04-18 13:42:07 +02:00
|
|
|
Date: Fri, 6 Dec 2013 19:51:51 +0000
|
|
|
|
Subject: build: Add missing 'DESTDIR' when installing bash completion
|
2013-12-06 12:55:35 +01:00
|
|
|
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
2014-04-18 13:42:07 +02:00
|
|
|
Signed-off-by: Robert Love <robert.w.love@intel.com>
|
2013-12-06 12:55:35 +01:00
|
|
|
---
|
|
|
|
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
|
|
|
|
|