diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 17:09:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 17:09:03 +0000 |
commit | 321b529cd81bd43a0a53e52ccd7bc41a17792d56 (patch) | |
tree | c6451f8091673dbd530feece9aa30772571546a9 | |
parent | 389ad222ec2e0457106339fb71713dad7b95f80e (diff) |
fix man page perms in install
-rwxr-xr-x | Makefile.PL | 4 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL index 8aba79ccb..a6292a422 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,10 +45,10 @@ extra_install: $(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki install -d $(DESTDIR)$(PREFIX)/share/man/man1 - install ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1 + install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1 install -d $(DESTDIR)$(PREFIX)/share/man/man8 - install ikiwiki-mass-rebuild.man $(DESTDIR)$(PREFIX)/share/man/man8/ikiwiki-mass-rebuild.8 + install -m 644 ikiwiki-mass-rebuild.man $(DESTDIR)$(PREFIX)/share/man/man8/ikiwiki-mass-rebuild.8 install -d $(DESTDIR)$(PREFIX)/sbin install ikiwiki-mass-rebuild $(DESTDIR)$(PREFIX)/sbin diff --git a/debian/changelog b/debian/changelog index fda813c87..5bff6e39d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ ikiwiki (1.36) UNRELEASED; urgency=low * Use POST for poll to avoid some robots. * Fix sometimes broken links to Discussion pages from blog pages. * Add userdir config setting. + * Fix man page perms in install. - -- Joey Hess <joeyh@debian.org> Tue, 19 Dec 2006 11:58:44 -0500 + -- Joey Hess <joeyh@debian.org> Tue, 19 Dec 2006 12:08:40 -0500 ikiwiki (1.35) unstable; urgency=low |