File: Makefile.inc

package info (click to toggle)
desktop-base 11.0.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,196 kB
  • sloc: sh: 582; makefile: 403; xml: 375; javascript: 9
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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