From 904e92a2bb58506cf0993b3ae0837b6d4165eb98 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Mon, 19 Feb 2018 20:10:33 -0800 Subject: [PATCH] Pass INSTALL_STRIP_FLAG to installer more portably --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 61e409c..47de316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = man src EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging ReadMe-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer install-data-hook: - export INSTALL_STRIP_FLAG + INSTALL_STRIP_FLAG="$(INSTALL_STRIP_FLAG)" \ prefix="$(prefix)" sysconfdir="$(sysconfdir)" \ path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \ $(top_srcdir)/installer/install.sh diff --git a/Makefile.in b/Makefile.in index af40e17..96a26f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -798,7 +798,7 @@ uninstall-am: install-data-hook: - export INSTALL_STRIP_FLAG + INSTALL_STRIP_FLAG="$(INSTALL_STRIP_FLAG)" \ prefix="$(prefix)" sysconfdir="$(sysconfdir)" \ path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \ $(top_srcdir)/installer/install.sh