Skip to content

Commit 1ae1adc

Browse files
author
Jonathan Carter
authored
Merge pull request #79 from jbnance/man-page-perms
Set permissions on man page to 0644 when installing
2 parents 277287f + 2b7b694 commit 1ae1adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ install:
1414
install etc/zfs-auto-snapshot.cron.weekly $(DESTDIR)/etc/cron.weekly/zfs-auto-snapshot
1515
install etc/zfs-auto-snapshot.cron.monthly $(DESTDIR)/etc/cron.monthly/zfs-auto-snapshot
1616
install -d $(DESTDIR)$(PREFIX)/share/man/man8
17-
install src/zfs-auto-snapshot.8 $(DESTDIR)$(PREFIX)/share/man/man8/zfs-auto-snapshot.8
17+
install -m 0644 src/zfs-auto-snapshot.8 $(DESTDIR)$(PREFIX)/share/man/man8/zfs-auto-snapshot.8
1818
install -d $(DESTDIR)$(PREFIX)/sbin
1919
install src/zfs-auto-snapshot.sh $(DESTDIR)$(PREFIX)/sbin/zfs-auto-snapshot

0 commit comments

Comments
 (0)