projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d305e
)
dev-lang/rust: Move shell glob outside quotes
author
Patrick McLean
<chutzpah@gentoo.org>
Thu, 7 Jun 2018 00:55:35 +0000
(17:55 -0700)
committer
Patrick McLean
<chutzpah@gentoo.org>
Thu, 7 Jun 2018 00:55:35 +0000
(17:55 -0700)
Closes: https://bugs.gentoo.org/657496
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-lang/rust/rust-1.26.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/rust/rust-1.26.2.ebuild
b/dev-lang/rust/rust-1.26.2.ebuild
index 00f7c8354c458ad11deb077e57939765e0be8003..0d7482f8a0d68b21dbf51812251188a141734666 100644
(file)
--- a/
dev-lang/rust/rust-1.26.2.ebuild
+++ b/
dev-lang/rust/rust-1.26.2.ebuild
@@
-184,7
+184,7
@@
src_install() {
abi_libdir=$(get_abi_LIBDIR ${v##*.})
rust_target=$(get_abi_CHOST ${v##*.})
mkdir -p "${D}/usr/${abi_libdir}"
- cp "${D}/usr/$(get_libdir)/rustlib/${rust_target}/lib
/*.so"
\
+ cp "${D}/usr/$(get_libdir)/rustlib/${rust_target}/lib
"/*.so
\
"${D}/usr/${abi_libdir}" || die
done