From: Jo-Philipp Wich Date: Thu, 29 Nov 2018 10:59:20 +0000 (+0100) Subject: rules.mk: add INSTALL_SUID macro X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=89ed2d6f782fe7fc31deb25724764bc413c7e23f;p=openwrt%2Fstaging%2Fhauke.git 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) --- diff --git a/rules.mk b/rules.mk index 5710a84fe7..926e2d1b10 100644 --- a/rules.mk +++ b/rules.mk @@ -265,6 +265,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