Skip to content

Commit 887b251

Browse files
committed
Missed a couple
1 parent 415ae25 commit 887b251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD")
874874
install(FILES Data/project-plus-dolphin.desktop
875875
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
876876
# Install manpages
877-
install(FILES Data/dolphin-emu.6
877+
install(FILES Data/project-plus-dolphin.6
878878
DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)
879-
install(FILES Data/dolphin-emu-nogui.6
879+
install(FILES Data/project-plus-dolphin-nogui.6
880880
DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)
881881
endif()
882882

0 commit comments

Comments
 (0)