Skip to content

Commit

Permalink
fix install permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sodomon2 committed Jan 22, 2021
1 parent 7ee4d14 commit 275476b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ moonterm:
@strip moonterm

install:
install -Dm644 moonterm $(DESTDIR)$(BINDIR)/moonterm
install -Dm644 moonterm.desktop $(DESTDIR)$(DESKTOP_DIR)/moonterm.desktop
install -Dm775 moonterm $(DESTDIR)$(BINDIR)/moonterm
install -Dm775 moonterm.desktop $(DESTDIR)$(DESKTOP_DIR)/moonterm.desktop

uninstall:
rm -r $(DESTDIR)$(BINDIR)/moonterm
Expand Down

0 comments on commit 275476b

Please sign in to comment.