Work around make warnings due to dh >= 11 injecting --strip-program=true for all uses of
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user