Skip to content

Commit

Permalink
Hopefully fixing FL-2985
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Dec 16, 2015
1 parent 482c36e commit 5b5d70b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions targets/gentoo/steps/stage.spec
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ clean: [
# We only do this cleanup if ROOT = / - in other words, if we are going to be packing up /,
# then we need to remove the custom configuration we've done to /. If we are building a
# stage1, then everything is in /tmp/stage1root so we don't need to do this.
if [ -e /etc/make.conf ]; then
mkconf=/etc/make.conf
else
mkconf=/etc/portage/make.conf
fi
export ROOT=$[portage/ROOT]
if [ "${ROOT}" = "/" ]
then
Expand Down

0 comments on commit 5b5d70b

Please sign in to comment.