exporting DEB_HOST_MULTIARCH variable

This commit is contained in:
Taylor Holberton
2016-10-02 09:16:42 -04:00
parent 08670248c5
commit 701e71fb04
+1 -4
View File
@@ -4,6 +4,7 @@
#DH_VERBOSE = 1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_HOST_MULTIARCH
PREPROCESS_FILES := $(wildcard debian/*.in)
@@ -15,10 +16,6 @@ override_dh_auto_clean:
dh_auto_clean
rm -rf $(PREPROCESS_FILES:.in=)
.PHONY: override_dh_shlibdeps
override_dh_shlibdeps:
dh_shlibdeps -l$(shell pwd)/src
.PHONY: override_dh_auto_install
override_dh_auto_install: $(PREPROCESS_FILES:.in=)
dh_auto_install -- PREFIX=/usr