mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -46,7 +46,8 @@ multilib_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
if [[ -d ${ED}/TRASH ]]; then
|
||||
rm -r "${ED}/TRASH" || die
|
||||
if use test; then
|
||||
# It's hard to control this directory with multilib_is_native_abi && use tools, hence -f.
|
||||
rm -rf "${ED}/TRASH" || die
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user