Skip to content

Commit

Permalink
AWS WorkSpaces (20 December)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Dec 20, 2023
1 parent bb2bba5 commit 8253978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CP_Source/Apps/Amazon_WorkSpaces/build/build-awsws-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VERSION_ID=$(grep "^VERSION_ID" /etc/os-release | cut -d "\"" -f 2)

if [ "${VERSION_ID}" = "22.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS11}"
IGELOS_ID="OS11"
IGELOS_ID="OS1109"
GETVERSION_FILE=${GETVERSION_FILE_OS11}
elif [ "${VERSION_ID}" = "20.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS12}"
Expand Down Expand Up @@ -69,7 +69,7 @@ if [ "${CLEAN}" = "TRUE" ]; then
chmod a+x clean_cp_usr_lib.sh
wget https://raw.githubusercontent.com/IGEL-Community/IGEL-Custom-Partitions/master/utils/igelos_usr/clean_cp_usr_share.sh
chmod a+x clean_cp_usr_share.sh
if [ "${IGELOS_ID}" = "OS11" ]; then
if [ "${IGELOS_ID}" = "OS1109" ]; then
./clean_cp_usr_lib.sh ${OS11_CLEAN}_usr_lib.txt custom/${CP}/usr/lib
./clean_cp_usr_share.sh ${OS11_CLEAN}_usr_share.txt custom/${CP}/usr/share
else
Expand Down Expand Up @@ -97,7 +97,7 @@ cd custom
mkdir getversion
cd getversion
ar -x ../../${GETVERSION_FILE}
tar xf control.tar.* ./control
tar xf control.tar.*
VERSION=$(grep Version control | cut -d " " -f 2)
#echo "Version is: " ${VERSION}
cd ..
Expand Down

0 comments on commit 8253978

Please sign in to comment.