Skip to content

Commit 84a1954

Browse files
committed
update_chroot: Fix /etc/portage/patches symlink
This was accidentally broken by #3795. I took that change from a branch where the `COREOS_OVERLAY` variable was no longer used at all. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent 0f1bcae commit 84a1954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update_chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ info "Setting up portage..."
8080
sudo mkdir -p "${REPO_CACHE_DIR}/distfiles"
8181
sudo chown "${PORTAGE_USERNAME}:portage" "${REPO_CACHE_DIR}/distfiles"
8282
sudo mkdir -p /etc/portage/repos.conf /var/lib/portage/pkgs
83-
sudo ln -sfT "${COREOS_OVERLAY}/coreos/user-patches" '/etc/portage/patches'
83+
sudo ln -sfT "${REPO_ROOT}/src/third_party/coreos-overlay/coreos/user-patches" /etc/portage/patches
8484
sudo touch /etc/portage/make.conf.user
8585

8686
sudo_clobber "/etc/portage/make.conf" <<EOF

0 commit comments

Comments
 (0)