Skip to content

Commit

Permalink
Normalize to parentheses
Browse files Browse the repository at this point in the history
Signed-off-by: n8felton <[email protected]>
  • Loading branch information
n8felton committed Jul 31, 2023
1 parent 420c1c4 commit 4e2edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ INSTALL := /usr/bin/install
.PHONY: install
install: macvdmtool
@sudo $(INSTALL) -d "$(PREFIX)/bin/"
@sudo $(INSTALL) -m 755 -o root -g wheel "${<}" "$(PREFIX)/bin/"
@sudo $(INSTALL) -m 755 -o root -g wheel "$(<)" "$(PREFIX)/bin/"

0 comments on commit 4e2edc2

Please sign in to comment.