diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 10:46:02 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 10:46:02 +0000 |
commit | ada701ac8105f16c82404c4dbc5cf274f0252928 (patch) | |
tree | 06f35518ee1632824f97c6f1f34ca8c45db31d57 /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-ada701ac8105f16c82404c4dbc5cf274f0252928.tar.gz gentoo-2-ada701ac8105f16c82404c4dbc5cf274f0252928.tar.bz2 gentoo-2-ada701ac8105f16c82404c4dbc5cf274f0252928.zip |
Remove leftover libsandbox in step6.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh b/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh index 1baa18058f37..2bc611c792ee 100644 --- a/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh +++ b/profiles/default-linux/amd64/2005.0/scripts/2004.3-2005.0upgrade.sh @@ -183,6 +183,7 @@ if [[ ! -f step5 ]]; then fi if [[ ! -f step6 ]] ; then + rm -f /emul/linux/x86/usr/lib/libsandbox.* &> /dev/null emerge unmerge emul-linux-x86-glibc || myDie "emerge emul-glibc failed" touch step6 fi |