mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-lang/rust: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2165 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
15145b7400
commit
39c4ba4edb
@@ -1,16 +0,0 @@
|
||||
# le kludge that fixes https://github.com/Heather/gentoo-rust/issues/41
|
||||
--- src/rust-installer/install-template.sh
|
||||
+++ src/rust-installer/install-template.sh
|
||||
@@ -622,12 +622,6 @@ install_components() {
|
||||
# Decide the destination of the file
|
||||
local _file_install_path="$_dest_prefix/$_file"
|
||||
|
||||
- if echo "$_file" | grep "^lib/" > /dev/null
|
||||
- then
|
||||
- local _f="$(echo "$_file" | sed 's/^lib\///')"
|
||||
- _file_install_path="$CFG_LIBDIR/$_f"
|
||||
- fi
|
||||
-
|
||||
if echo "$_file" | grep "^share/man/" > /dev/null
|
||||
then
|
||||
local _f="$(echo "$_file" | sed 's/^share\/man\///')"
|
||||
Reference in New Issue
Block a user