Sfoglia il codice sorgente

rules.mk: add INSTALL_SUID macro

This is useful for packages that want to stage SUID executables.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 6 anni fa
parent
commit
b0261ee5e9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      rules.mk

+ 1 - 0
rules.mk

@@ -281,6 +281,7 @@ PATCH:=patch
 PYTHON:=python
 
 INSTALL_BIN:=install -m0755
+INSTALL_SUID:install -m4755
 INSTALL_DIR:=install -d -m0755
 INSTALL_DATA:=install -m0644
 INSTALL_CONF:=install -m0600