您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
distros-overlay/profiles/templates/3.4/6_ac_update_sync/revision/03-migrate-CLDL.env

17 行
586 B

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