Work around make warnings due to dh >= 11 injecting --strip-program=true for all uses of

This commit is contained in:
Aurélien COUDERC
2018-03-05 10:00:50 +01:00
parent 5e2a373cb7
commit bece937807
+4 -1
View File
@@ -1,4 +1,7 @@
INSTALL=install
INSTALL_PROGRAM=$(INSTALL)
INSTALL_DATA=$(INSTALL) -m 644
# Don't use $(INSTALL) for data as debhelper >= 11 injects
# --strip-program=true which is specific to non-data files
#INSTALL_DATA=$(INSTALL) -m 644
INSTALL_DATA=install -m 644