diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-20 19:47:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-20 19:47:11 +0100 |
commit | f55aa7bf9af8a7f86b94c84d8356ee582b91f573 (patch) | |
tree | 90a7bf7aa4a681bf0ae202420d36400e25a75f8c /sys-devel/binutils-apple | |
parent | dev-ml/findlib: lower the minimum OCaml version (diff) | |
download | gentoo-f55aa7bf9af8a7f86b94c84d8356ee582b91f573.tar.gz gentoo-f55aa7bf9af8a7f86b94c84d8356ee582b91f573.tar.bz2 gentoo-f55aa7bf9af8a7f86b94c84d8356ee582b91f573.zip |
sys-devel/binutils-apple-8.2.1-r100: unbreak as to find its impls
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-apple')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild b/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild index 5b7cd7f56ab0..92ab6addb2b2 100644 --- a/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild @@ -67,12 +67,7 @@ src_install() { # want them mv "${ED}${BINPATH%/*}/bin" "${ED}${BINPATH}" || die - dodir "${LIBPATH}" - local as - for as in "${ED}${BINPATH}"/*/as ; do - as=${as%/as} - mv "${as}" "${ED}${LIBPATH}"/ || die - done + keepdir "${LIBPATH}" cd "${S}" insinto /etc/env.d/binutils |