Skip to content

Commit

Permalink
Makefile: set PREFIX to /usr/local
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Jun 27, 2024
1 parent b151174 commit 15ce862
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
@@ -1,5 +1,5 @@
# Define the directories for installation
PREFIX ?= /usr/
PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin/
SHAREDIR = $(PREFIX)/share/engine-stressor
SHAREDIR_DOC = $(PREFIX)/share/doc/engine-stressor
Expand Down

0 comments on commit 15ce862

Please sign in to comment.