mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/six: run pkg_preinst from /
Bug: https://bugs.gentoo.org/585146 Package-Manager: portage-2.3.0_rc1_p20
This commit is contained in:
@@ -68,5 +68,6 @@ pkg_preinst() {
|
||||
rm -r "${egginfo}" || die "Failed to remove egg-info directory"
|
||||
fi
|
||||
}
|
||||
cd / # Bug 585146
|
||||
python_foreach_impl _cleanup
|
||||
}
|
||||
|
||||
@@ -50,5 +50,6 @@ pkg_preinst() {
|
||||
rm -r "${egginfo}" || die "Failed to remove egg-info directory"
|
||||
fi
|
||||
}
|
||||
cd / # Bug 585146
|
||||
python_foreach_impl _cleanup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user