Skip to content

Commit 800c3d1

Browse files
committed
Fix typo in man dir
1 parent b42d1d5 commit 800c3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ install: ${ALL_FILES}
101101
mkdir -p "${INSTALLPREFIX}/include"
102102
install -m 664 shmfile.h "${INSTALLPREFIX}/include"
103103
# Install man pages
104-
mkdir -p "${INSTALLPREFIX}/share/man3"
104+
mkdir -p "${INSTALLPREFIX}/share/man/man3"
105105
install -m 644 man/fshm_open.3.gz "${INSTALLPREFIX}/share/man/man3"
106106
# Symlink alternate names for fshm_open.3.gz man page
107107
ln -sf fshm_open.3.gz fshm_create.3.gz

0 commit comments

Comments
 (0)