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.
calculate-overlay/profiles/templates/3.3/6_ac_update_sync/revision/73-change_profile

15 lines
356 B

# Calculate ini(overlay-calculate.revision)<73 exec=/bin/bash
#-ini(overlay-calculate.revision,73)-#
for arch in x86 amd64
do
if [[ "$(readlink -f /etc/portage/make.profile)" =~ .*distros/profiles/CLSK/${arch}$ ]]
then
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLD/${arch} /etc/portage/make.profile
fi
done
exit 0