Удалён профиль CLSM. Добавлена ревизия миграции на профиль CLDM.

mhiretskiy
Alexander Tratsevskiy 9 years ago
parent 9bb3275550
commit 2e7e379673

@ -5,13 +5,11 @@
if [ ! -f /etc/portage/make.profile ]; then
if file /etc/portage/make.profile | grep /var/lib/layman/distros/profiles/CLSM/amd64 > /dev/null
then
echo
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
echo
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLDM/x86 /etc/portage/make.profile
fi

Loading…
Cancel
Save