Skip to content
Snippets Groups Projects
Commit 1416b63d authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

rules.mk: fix syntax error


Fix broken assignment operator added in a previous commit.

Fixes db73ec9f51 ("rules.mk: add INSTALL_SUID macro")
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent b0261ee5
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ PATCH:=patch
PYTHON:=python
INSTALL_BIN:=install -m0755
INSTALL_SUID:install -m4755
INSTALL_SUID:=install -m4755
INSTALL_DIR:=install -d -m0755
INSTALL_DATA:=install -m0644
INSTALL_CONF:=install -m0600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment