Skip to content

Commit

Permalink
platforms: add support for Arch and Manjaro Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
apachler authored and arogge committed May 11, 2020
1 parent a17c429 commit 34c347c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmake/distname.sh
Expand Up @@ -29,7 +29,7 @@ else
MandrivaLinux)
DISTNAME=mandrake
;;
Arch|archlinux)
Arch|archlinux|ManjaroLinux)
DISTNAME=archlinux
;;
LinuxMint)
Expand Down
2 changes: 2 additions & 0 deletions core/platforms/CMakeLists.txt
Expand Up @@ -31,6 +31,8 @@ if(NOT HAVE_WIN32)
add_subdirectory(univention)
elseif(${DISTNAME} STREQUAL hpux)
message(STATUS "DISTNAME: " ${DISTNAME})
elseif(${DISTNAME} STREQUAL archlinux)
message(STATUS "DISTNAME: " ${DISTNAME})
else()
add_subdirectory(${DISTNAME})
endif()
Expand Down

0 comments on commit 34c347c

Please sign in to comment.