Skip to content
Snippets Groups Projects
Commit ff574411 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Apparently setcap isn't in /sbin for all Linux distros"

This reverts commit 6a2c3722.

SETCAP isn't a command-line afterall, it's a build target.
parent 6a2c3722
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -82,7 +82,7 @@ MKFLAGS += os=$(os)
ifndef NOCAP
ifeq ($(os),linux)
SETCAP := $(shell whereis -b setcap | cut -d" " -f2)
SETCAP := /sbin/setcap
endif
endif
......
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