Skip to content

Commit

Permalink
Island (20 December)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Dec 20, 2023
1 parent da0c7e7 commit 6b8468e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CP_Source/Browsers/Island/build/build-island-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ MISSING_LIBS_OS12=""

VERSION_ID=$(grep "^VERSION_ID" /etc/os-release | cut -d "\"" -f 2)

if [ "${VERSION_ID}" = "22.04" ]; then
if [ "${VERSION_ID}" = "18.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS11}"
IGELOS_ID="OS11"
elif [ "${VERSION_ID}" = "22.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS11}"
IGELOS_ID="OS11"
elif [ "${VERSION_ID}" = "20.04" ]; then
Expand Down

0 comments on commit 6b8468e

Please sign in to comment.