Skip to content

Commit

Permalink
Merge pull request meskarune#123 from hcnelson99/master
Browse files Browse the repository at this point in the history
Fix typo in Makefile
  • Loading branch information
AladW committed Aug 7, 2018
2 parents e5e7d32 + 7d65177 commit 883fac2
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 @@ -5,5 +5,5 @@ BINDIR ?= $(PREFIX)/bin

install:
@install -Dm755 i3lock-fancy -t $(DESTDIR)$(BINDIR)
@install -Dm755 icons/* -t $(DESTDIR)$(SHRDIR)/$(PROGNM)/icons
@install -Dm755 icons/* -t $(DESTDIR)$(SHRDIR)/$(PRGM)/icons
@install -Dm644 LICENSE -t $(DESTDIR)$(SHRDIR)/licenses/$(PRGM)

0 comments on commit 883fac2

Please sign in to comment.