We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c78d4 commit a1bee22Copy full SHA for a1bee22
CMakeLists.txt
@@ -185,7 +185,7 @@ if (UNIX AND NOT MINGW AND NOT APPLE)
185
FILES _build/icons/logo.svg
186
RENAME ja2-stracciatella.svg
187
DESTINATION share/icons/hicolor/scalable/apps)
188
- if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly")
+ if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly|OpenBSD")
189
install(FILES ja2_manpage DESTINATION man/man6 RENAME ja2.6)
190
else()
191
install(FILES ja2_manpage DESTINATION share/man/man6 RENAME ja2.6)
0 commit comments