jauhien 15/07/04 14:56:04 Added: rust-1.1.0-install.patch Log: version bump, fix bug 553442 (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
Revision Changes Path 1.1 dev-lang/rust/files/rust-1.1.0-install.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/files/rust-1.1.0-install.patch?rev=1.1&view=markup 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 Index: rust-1.1.0-install.patch =================================================================== # 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\///')"
