Skip to content

Commit a1bee22

Browse files
committed
Add OpenBSD to manpage path condition
1 parent f2c78d4 commit a1bee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if (UNIX AND NOT MINGW AND NOT APPLE)
185185
FILES _build/icons/logo.svg
186186
RENAME ja2-stracciatella.svg
187187
DESTINATION share/icons/hicolor/scalable/apps)
188-
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly")
188+
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly|OpenBSD")
189189
install(FILES ja2_manpage DESTINATION man/man6 RENAME ja2.6)
190190
else()
191191
install(FILES ja2_manpage DESTINATION share/man/man6 RENAME ja2.6)

0 commit comments

Comments
 (0)