Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/rust/files: rust-1.1.0-install.patch
Date: Sat, 04 Jul 2015 14:56:11
Message-Id: 20150704145605.00845752@oystercatcher.gentoo.org
1 jauhien 15/07/04 14:56:04
2
3 Added: rust-1.1.0-install.patch
4 Log:
5 version bump, fix bug 553442
6
7 (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
8
9 Revision Changes Path
10 1.1 dev-lang/rust/files/rust-1.1.0-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/files/rust-1.1.0-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/files/rust-1.1.0-install.patch?rev=1.1&content-type=text/plain
14
15 Index: rust-1.1.0-install.patch
16 ===================================================================
17 # le kludge that fixes https://github.com/Heather/gentoo-rust/issues/41
18 --- src/rust-installer/install-template.sh
19 +++ src/rust-installer/install-template.sh
20 @@ -622,12 +622,6 @@ install_components() {
21 # Decide the destination of the file
22 local _file_install_path="$_dest_prefix/$_file"
23
24 - if echo "$_file" | grep "^lib/" > /dev/null
25 - then
26 - local _f="$(echo "$_file" | sed 's/^lib\///')"
27 - _file_install_path="$CFG_LIBDIR/$_f"
28 - fi
29 -
30 if echo "$_file" | grep "^share/man/" > /dev/null
31 then
32 local _f="$(echo "$_file" | sed 's/^share\/man\///')"