Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikLetson committed Sep 6, 2019
1 parent 1cec680 commit 0ada54c
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 @@ clean:

.PHONY: install
install: ebuildexample
mkdir -p $(DESTDIR)
mkdir -p $(DESTDIR)$(PREFIX)
cp $< $(DESTDIR)$(PREFIX)/ebuildexample

.PHONY: uninstall
Expand Down

0 comments on commit 0ada54c

Please sign in to comment.