From d40e90986c65fb5678d5d1e2563efe4c44472d9f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 29 Nov 2018 11:59:20 +0100 Subject: rules.mk: add INSTALL_SUID macro This is useful for packages that want to stage SUID executables. Signed-off-by: Jo-Philipp Wich (cherry picked from commit b0261ee5e9bcbc743960727b5aad1829250d1add) --- rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.mk b/rules.mk index a97b2d2155..56ecbf2eb8 100644 --- a/rules.mk +++ b/rules.mk @@ -276,6 +276,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 -- cgit v1.2.3