Lines Matching full:install
9 - It uses install's -s option to strip binaries, but this option uses
15 "make install" isn't executed as root when cross-compiling.
19 "make install" twice was failing.
40 -INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
41 -INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
42 +INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m 755
43 +INSTALL_COMPDATA = $(INSTALL) -c -m 644 @INSTALL_GZIP@
44 INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
45 -INSTALL_DATA = $(INSTALL) -c -m 444
46 +INSTALL_DATA = $(INSTALL) -c -m 644
47 INSTALL_DIR = $(INSTALL) -d
48 -INSTALL_LIB = @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
49 -INSTALL_MAN = $(INSTALL) -c -m 444
50 -INSTALL_SCRIPT = $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@
51 +INSTALL_LIB = @LIBTOOL_INSTALL@ $(INSTALL) -c -m 755
52 +INSTALL_MAN = $(INSTALL) -c -m 644
53 +INSTALL_SCRIPT = $(INSTALL) -c -m 755
61 @@ -72,11 +72,11 @@ install: all install-data install-headers install-libs install-exec
62 install-data:
80 @@ -62,7 +62,7 @@ install: all install-data install-headers install-libs install-exec
83 install-data:
93 @@ -146,28 +146,27 @@ install-data: