Fix man page install location

This commit is contained in:
Viorel
2023-12-05 14:05:52 +02:00
committed by Carter Li
parent 0bc725c5f6
commit 0bb08049bf
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# 2.3.1
Bugfixes:
* Man page install location
# 2.3.0
Config related changes:
+1 -1
View File
@@ -1052,7 +1052,7 @@ install(
install(
FILES "${PROJECT_BINARY_DIR}/fastfetch.1"
DESTINATION "${CMAKE_INSTALL_MANDIR}"
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
)
##################