Skip to content

Commit 0bb0804

Browse files
ceamacCarterLi
authored andcommitted
Fix man page install location
1 parent 0bc725c commit 0bb0804

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.1
2+
3+
Bugfixes:
4+
* Man page install location
5+
16
# 2.3.0
27

38
Config related changes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ install(
10521052

10531053
install(
10541054
FILES "${PROJECT_BINARY_DIR}/fastfetch.1"
1055-
DESTINATION "${CMAKE_INSTALL_MANDIR}"
1055+
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
10561056
)
10571057

10581058
##################

0 commit comments

Comments
 (0)