Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310589 Details for
Bug 414289
eselect-rails-0.18 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to make eselect work.
eselect-rails-0.18.diff (text/plain), 955 bytes, created by
Jeremy Bush
on 2012-05-01 17:45:22 UTC
(
hide
)
Description:
Diff to make eselect work.
Filename:
MIME Type:
Creator:
Jeremy Bush
Created:
2012-05-01 17:45:22 UTC
Size:
955 bytes
patch
obsolete
>--- usr/share/eselect/modules/rails.eselect.old 2012-05-01 12:39:18.000000000 -0500 >+++ usr/share/eselect/modules/rails.eselect 2012-05-01 12:19:39.000000000 -0500 >@@ -47,9 +47,9 @@ > targets=( $(find_targets ) ) > target=${targets[$(( ${target} - 1 ))]} > fi >- if [[ -f "${ROOT}/usr/bin/${target}" ]] ; then >+ if [[ -f "${EROOT}/usr/bin/${target}" ]] ; then > remove_symlink >- ln -s "${ROOT}/usr/bin/${target}" "${RAILS}" || \ >+ ln -s "${EROOT}/usr/bin/${target}" "${RAILS}" || \ > die "Couldn't set ${target} symlink" > else > die -q "Target \"${1}\" doesn't appear to be valid!" >@@ -107,7 +107,7 @@ > targets=( $(find_targets) ) > for (( i = 0; i < ${#targets[@]}; i++ )); do > [[ ${targets[i]} = \ >- $(basename "$(canonicalise "${ROOT}/usr/bin/rails")") ]] \ >+ $(basename "$(canonicalise "${EROOT}/usr/bin/rails")") ]] \ > && targets[i]=$(highlight_marker "${targets[i]}") > done > write_list_start "Available Ruby on Rails versions:"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 414289
: 310589