Skip to content

Commit

Permalink
Minor changes to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 9, 2023
1 parent 405a7be commit 8df4658
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,7 +17,7 @@ else
MAKE ?= make
endif

MANDIR ?= "$(PREFIX)/share/man/man1"
MANDIR ?= $(PREFIX)/share/man/man1

UNAME_R ?= $(shell uname -r)
ifneq (,$(findstring arch,$(UNAME_R)))
Expand Down

0 comments on commit 8df4658

Please sign in to comment.