summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-25 04:09:15 +0100
committerSam James <sam@gentoo.org>2022-04-25 04:09:15 +0100
commit33d00f4536bc690cf1f93cd25daa62fd3a20157a (patch)
treef5318cf32cbba64aae9f16cab8db51c8baafa2f0 /sys-devel/binutils-hppa64
parentdev-vcs/git-extras: add 6.4.0 (diff)
downloadgentoo-33d00f4536bc690cf1f93cd25daa62fd3a20157a.tar.gz
gentoo-33d00f4536bc690cf1f93cd25daa62fd3a20157a.tar.bz2
gentoo-33d00f4536bc690cf1f93cd25daa62fd3a20157a.zip
sys-devel/binutils-hppa64: drop some || die for now
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r--sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild5
1 files changed, 3 insertions, 2 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 eb08e66401b4..10a4adb67c27 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.38-r2.ebuild
@@ -364,8 +364,9 @@ src_install() {
)
doins "${libiberty_headers[@]/#/${S}/include/}"
if [[ -d ${ED}/${LIBPATH}/lib ]] ; then
- mv "${ED}"/${LIBPATH}/lib/* "${ED}"/${LIBPATH}/ || die
- rm -r "${ED}"/${LIBPATH}/lib || die
+ # TODO: add || die here, fails on hppa?
+ mv "${ED}"/${LIBPATH}/lib/* "${ED}"/${LIBPATH}/
+ rm -r "${ED}"/${LIBPATH}/lib
fi
# Generate an env.d entry for this binutils