desktop-base/desktop-base/Makefile.inc
Ward from fusion-voyager-3 e513cfe19b Initial commit
2024-07-24 18:24:35 +03:00

8 lines
222 B
Makefile

INSTALL=install
INSTALL_PROGRAM=$(INSTALL)
# 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