1
0
Fork 0

Add: LSB_RELEASE_ID Linuxmint to .deb package

pull/11390/head
Topher Lee 2023-10-22 21:42:43 -04:00 committed by Christopher Lee
parent d1351fa0d2
commit c719222404
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ elseif(UNIX)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(LSB_RELEASE_ID)
if(LSB_RELEASE_ID STREQUAL "Ubuntu" OR LSB_RELEASE_ID STREQUAL "Debian")
if(LSB_RELEASE_ID STREQUAL "Ubuntu" OR LSB_RELEASE_ID STREQUAL "Debian" OR LSB_RELEASE_ID STREQUAL "Linuxmint")
execute_process(COMMAND ${LSB_RELEASE_EXEC} -cs
OUTPUT_VARIABLE LSB_RELEASE_CODENAME
OUTPUT_STRIP_TRAILING_WHITESPACE