aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-22 16:09:42 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-22 16:09:42 -0400
commit3e7ac52e1b56f8c626e803f23f1941eca22874f1 (patch)
tree02f58f82569f9a4eb78a499451c7a0acb5703409 /Makefile
parent24883c51141578acb3f7f33ab777b4390c47b001 (diff)
Correct typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a66c139..68d7895 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
rm -f *.1 *.5 aerc
install: all
- mkdir -p $(BINDIR) $(MANDIR)/man1 $(MANDIR)/man5 $(MANDRI)/man7 \
+ mkdir -p $(BINDIR) $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man7 \
$(SHAREDIR) $(SHAREDIR)/filters
install -m755 aerc $(BINDIR)/aerc
install -m644 aerc.1 $(MANDIR)/man1/aerc.1