Skip to content

Commit

Permalink
rules.mk: add INSTALL_SUID macro
Browse files Browse the repository at this point in the history
This is useful for packages that want to stage SUID executables.

Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Nov 29, 2018
1 parent 8806da8 commit b0261ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0261ee

Please sign in to comment.