We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 658aae7 + e3f68a8 commit a5bf999Copy full SHA for a5bf999
1 file changed
arcd/Makefile
@@ -43,7 +43,7 @@ deps:
43
# runs on previlege
44
install: build
45
@echo "Installing $(TARGET) in $(PREFIX_DIR)"
46
- @install -D -m 744 (SRC_PATH)/$(TARGET) $(BIN_DIR)/$(TARGET)
+ @install -D -m 744 $(SRC_PATH)/$(TARGET) $(BIN_DIR)/$(TARGET)
47
@setcap 'cap_net_bind_service=+ep' $(BIN_DIR)/$(TARGET)
48
@cp -r ../arc $(WEBAPP_DIR)/arc
49
@install -D -m 644 $(SRC_PATH)/sample_config.json $(CONFIG_DIR)/$(TARGET)/config.json
0 commit comments