Pass INSTALL_STRIP_FLAG to installer more portably
This commit is contained in:
parent
f4e64498da
commit
904e92a2bb
|
@ -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
|
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:
|
install-data-hook:
|
||||||
export INSTALL_STRIP_FLAG
|
INSTALL_STRIP_FLAG="$(INSTALL_STRIP_FLAG)" \
|
||||||
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
|
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
|
||||||
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
|
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
|
||||||
$(top_srcdir)/installer/install.sh
|
$(top_srcdir)/installer/install.sh
|
||||||
|
|
|
@ -798,7 +798,7 @@ uninstall-am:
|
||||||
|
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
export INSTALL_STRIP_FLAG
|
INSTALL_STRIP_FLAG="$(INSTALL_STRIP_FLAG)" \
|
||||||
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
|
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
|
||||||
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
|
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
|
||||||
$(top_srcdir)/installer/install.sh
|
$(top_srcdir)/installer/install.sh
|
||||||
|
|
Loading…
Reference in New Issue