File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ SET(GAMESDIR "${DATADIR}/games" CACHE STRING "Where to install games")
46
46
SET (ICONDIR "share/pixmaps" CACHE STRING "Where to install icons" )
47
47
SET (DOCDIR "share/doc/instead" CACHE STRING "Where to install documentation" )
48
48
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" )
50
50
SET (DESKTOPDIR "share/applications" CACHE STRING "Where to install .desktop files" )
51
51
52
52
SET (STANDALONEDIR "${PROJECT_BINARY_DIR} /standalone" CACHE STRING "Where to stage stanalone package" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SET(DOC_FILES
9
9
10
10
IF (SYSTEMWIDE )
11
11
INSTALL (FILES ${DOC_FILES} DESTINATION ${DOCDIR} )
12
- INSTALL (FILES instead.6 DESTINATION ${MANDIR} )
12
+ INSTALL (FILES instead.6 DESTINATION ${MANDIR} /man6 )
13
13
ELSEIF (STANDALONE )
14
14
INSTALL (FILES ${DOC_FILES} DESTINATION ${STANDALONEDIR} /doc )
15
15
ENDIF (SYSTEMWIDE )
You can’t perform that action at this time.
0 commit comments