Skip to content

Commit

Permalink
Fix typo in man dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Nov 14, 2018
1 parent b42d1d5 commit 800c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ install: ${ALL_FILES}
mkdir -p "${INSTALLPREFIX}/include"
install -m 664 shmfile.h "${INSTALLPREFIX}/include"
# Install man pages
mkdir -p "${INSTALLPREFIX}/share/man3"
mkdir -p "${INSTALLPREFIX}/share/man/man3"
install -m 644 man/fshm_open.3.gz "${INSTALLPREFIX}/share/man/man3"
# Symlink alternate names for fshm_open.3.gz man page
ln -sf fshm_open.3.gz fshm_create.3.gz
Expand Down

0 comments on commit 800c3d1

Please sign in to comment.