diff --git a/Makefile b/Makefile index de7696d..61e97db 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ $(TARGET): $(OBJS) install: install -d $(DESTDIR)$(BINDIR) install -m 0755 $(TARGET) $(DESTDIR)$(BINDIR) - install -m 0744 $(MANUAL) $(MANDIR)/man1/ + install -d $(DESTDIR)$(MANDIR)/man1 + install -m 0644 $(MANUAL) $(DESTDIR)$(MANDIR)/man1/ clean: rm -f $(OBJS) $(TARGET)