Skip to content

Commit

Permalink
--autounmask-write can write to subdirs too.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Feb 15, 2018
1 parent 26491cf commit cb0fe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot-part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ fi

# 4) emerge SYSTEM_TOOLS, with auto-unmasking, if necessary
emerge --autounmask-write --newuse --update $emerge_list
if ls /etc/portage/._cfg* >/dev/null 2>&1; then
if ls /etc/portage/._cfg* >/dev/null 2>&1 || ls /etc/portage/package.*/._cfg* >/dev/null 2>&1; then
etc-update --automode -5
emerge --newuse --update $emerge_list || exit 1
fi
Expand Down

0 comments on commit cb0fe6a

Please sign in to comment.