|
Lines 138-144
Link Here
|
| 138 |
PRODLINK=`readlink -f /etc/products.d/baseproduct` |
138 |
PRODLINK=`readlink -f /etc/products.d/baseproduct` |
| 139 |
PRODLINK=`basename $PRODLINK` |
139 |
PRODLINK=`basename $PRODLINK` |
| 140 |
# bsc#1091952 |
140 |
# bsc#1091952 |
| 141 |
if [ $PRODLINK == "SUSE_SLES.prod" -o $PRODLINK == "openSUSE.prod" ]; then |
141 |
if [ $PRODLINK == "SUSE_SLES.prod" -o $PRODLINK == "openSUSE.prod" -o $PRODLINK == "SLE_HPC.prod" ]; then |
| 142 |
ln -sf SLES.prod /etc/products.d/baseproduct |
142 |
ln -sf SLES.prod /etc/products.d/baseproduct |
| 143 |
fi |
143 |
fi |
| 144 |
# bsc#1057321 |
144 |
# bsc#1057321 |