diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-11-29 11:59:20 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-11-29 12:06:16 +0100 |
commit | b0261ee5e9bcbc743960727b5aad1829250d1add (patch) | |
tree | 9d0a54907e7e26bf613f11b5a09406e17c27ee70 | |
parent | 8806da86f5da3b1b1e4d24259d168e2219c01a26 (diff) | |
download | upstream-b0261ee5e9bcbc743960727b5aad1829250d1add.tar.gz upstream-b0261ee5e9bcbc743960727b5aad1829250d1add.tar.bz2 upstream-b0261ee5e9bcbc743960727b5aad1829250d1add.zip |
rules.mk: add INSTALL_SUID macro
This is useful for packages that want to stage SUID executables.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |