You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distros-overlay/profiles/templates/3.2/6_ac_update_sync/revision/02-migrate-CLDM.env

17 lines
586 B

# Calculate exec=/bin/bash ini(overlay-distros.revision)<2
#-ini(overlay-distros.revision,2)-#
if [ ! -f /etc/portage/make.profile ]; then
if file /etc/portage/make.profile | grep /var/lib/layman/distros/profiles/CLSM/amd64 > /dev/null
then
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLDM/amd64 /etc/portage/make.profile
fi
if file /etc/portage/make.profile | grep /var/lib/layman/distros/profiles/CLSM/x86 > /dev/null
then
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLDM/x86 /etc/portage/make.profile
fi
fi