Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
makefile: update PREFIX to remove redundant slash
Browse files Browse the repository at this point in the history
Fixes: #488

Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
Eric Ernst committed Aug 23, 2018
1 parent 8a1469b commit 8c5be51
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 @@ -54,7 +54,7 @@ DESTDIR := /
installing = $(findstring install,$(MAKECMDGOALS))

ifeq ($(PREFIX),)
PREFIX := /usr/
PREFIX := /usr
EXEC_PREFIX := $(PREFIX)/local
else
EXEC_PREFIX := $(PREFIX)
Expand Down

0 comments on commit 8c5be51

Please sign in to comment.