Skip to content

Commit e9ce487

Browse files
committed
/man6 suffix doesn't belong to MANDIR
1 parent 28e4a90 commit e9ce487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SET(GAMESDIR "${DATADIR}/games" CACHE STRING "Where to install games")
4646
SET(ICONDIR "share/pixmaps" CACHE STRING "Where to install icons")
4747
SET(DOCDIR "share/doc/instead" CACHE STRING "Where to install documentation")
4848
SET(LANGDIR "${DATADIR}/lang" CACHE STRING "Where to install language files")
49-
SET(MANDIR "share/man/man6" CACHE STRING "Where to install man pages")
49+
SET(MANDIR "share/man" CACHE STRING "Where to install man pages")
5050
SET(DESKTOPDIR "share/applications" CACHE STRING "Where to install .desktop files")
5151

5252
SET(STANDALONEDIR "${PROJECT_BINARY_DIR}/standalone" CACHE STRING "Where to stage stanalone package")

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SET(DOC_FILES
99

1010
IF(SYSTEMWIDE)
1111
INSTALL(FILES ${DOC_FILES} DESTINATION ${DOCDIR})
12-
INSTALL(FILES instead.6 DESTINATION ${MANDIR})
12+
INSTALL(FILES instead.6 DESTINATION ${MANDIR}/man6)
1313
ELSEIF(STANDALONE)
1414
INSTALL(FILES ${DOC_FILES} DESTINATION ${STANDALONEDIR}/doc)
1515
ENDIF(SYSTEMWIDE)

0 commit comments

Comments
 (0)