summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWolfgang Hommel <wolf@code-wizards.com>2013-10-13 18:25:52 +0200
committerWolfgang Hommel <wolf@code-wizards.com>2013-10-13 18:25:52 +0200
commit458c6d693d8443d540d4681231388f8a742da73e (patch)
tree0f00450c909276535751deea088fdb265e234a49 /man
parenta8f8378e77dec5c8207b713452cc640f33d1839f (diff)
downloadlibfaketime-458c6d693d8443d540d4681231388f8a742da73e.tar.gz
fix directory permissions on install
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.OSX2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.OSX b/man/Makefile.OSX
index 802614e..5451acd 100644
--- a/man/Makefile.OSX
+++ b/man/Makefile.OSX
@@ -5,7 +5,7 @@ PREFIX ?= /usr/local
all:
install:
- $(INSTALL) -dm0644 "${DESTDIR}${PREFIX}/share/man/man1"
+ $(INSTALL) -dm0755 "${DESTDIR}${PREFIX}/share/man/man1"
$(INSTALL) -m0644 faketime.1 "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
gzip -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"