# 1. At the beginning of the script, find these two lines: DSMCAD_DIR=/opt/tivoli/tsm/client/ba/bin DSMCAD_BIN=$DSMCAD_DIR/dsmcad # Only needed for Version 7: # Directly after these two lines, ADD following line to find the GSKit libraries: export LD_LIBRARY_PATH=/usr/local/ibm/gsk8_64/lib64:$LD_LIBRARY_PATH # Only needed for Version 7: # 2. Find the following line: if [ $NAME = "Ubuntu" ] # and REPLACE it with: if [ "$NAME" = "Ubuntu" -o "$NAME" = "Debian GNU/Linux" ]