diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 04:35:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 04:35:00 +0100 |
commit | d10b8d932f3e69c7cb8b1a588b516be969dfa9e2 (patch) | |
tree | 68c6fc7d5b71c16790867f92372aa6c88c35d4cc /sys-devel | |
parent | sys-devel/binutils-hppa64: drop more dies for now (diff) | |
download | gentoo-d10b8d932f3e69c7cb8b1a588b516be969dfa9e2.tar.gz gentoo-d10b8d932f3e69c7cb8b1a588b516be969dfa9e2.tar.bz2 gentoo-d10b8d932f3e69c7cb8b1a588b516be969dfa9e2.zip |
sys-devel/binutils-hppa64: more dies
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild index 5444be5a7596..abe6f85f3a2b 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild @@ -410,7 +410,7 @@ src_install() { rm -f "${ED}"/${DATAPATH}/info/{dir,configure.info,standards.info} || die # Trim all empty dirs - find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null || die + find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null # the hppa64 hack; this should go into 9999 as a PN-conditional # tweak the default fake list a little bit |