From 04c65f9b4856e1959825400a13dd3721508a7822 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Fri, 6 May 2022 08:24:05 +1000 Subject: [PATCH] Fix installation permissions for onedrive man-pages file (#1953) * Fix installation permissions for onedrive man-pages file --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ea7093e4..1d43d200 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,7 @@ onedrive: $(SOURCES) install: all $(INSTALL) -D onedrive $(DESTDIR)$(bindir)/onedrive - $(INSTALL) -D onedrive.1 $(DESTDIR)$(mandir)/man1/onedrive.1 + $(INSTALL) -D -m 644 onedrive.1 $(DESTDIR)$(mandir)/man1/onedrive.1 $(INSTALL) -D -m 644 contrib/logrotate/onedrive.logrotate $(DESTDIR)$(sysconfdir)/logrotate.d/onedrive mkdir -p $(DESTDIR)$(docdir) $(INSTALL) -D -m 644 $(DOCFILES) $(DESTDIR)$(docdir)