diff --git a/core/etc/portage/make.profile b/core/etc/portage/make.profile index 4cdbe38..4e4ba84 120000 --- a/core/etc/portage/make.profile +++ b/core/etc/portage/make.profile @@ -1 +1 @@ -../../var/db/repos/gentoo/profiles/default/linux/amd64/17.0/ \ No newline at end of file +../../var/db/repos/gentoo/profiles/default/linux/amd64/17.0/musl/ \ No newline at end of file diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index bf4b708..e7cd2e1 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -1,7 +1,7 @@ #!/bin/bash -e -echo "Do nothing." - +emerge --sync sergiotarxz +emerge --sync musl # This is just here to sync up with the other desktops systems. # It just makes life easier when doing a 'git diff' between branches. # But if we were to do the same thing, it would be roughly this ...