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

Apparently we need to use the backtick method of shell expression here

parent 4325523c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2888 passed
...@@ -133,7 +133,7 @@ endif ...@@ -133,7 +133,7 @@ endif
ifeq ($(os),linux) ifeq ($(os),linux)
.PHONY: setcap .PHONY: setcap
setcap: all setcap: all
sudo $(whereis -b setcap | cut -d" " -f2) 'cap_net_bind_service=+ep' $(EXEODIR)/sbbs sudo `whereis -b setcap | cut -d" " -f2` 'cap_net_bind_service=+ep' $(EXEODIR)/sbbs
endif endif
.PHONY: sexyz .PHONY: sexyz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment