summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-02-19 11:03:19 +0000
committerFabian Groffen <grobian@gentoo.org>2006-02-19 11:03:19 +0000
commitb8271f9b15efb7fd89b205dc76918ddf44503099 (patch)
tree4e78682b7916302c77f401d66ad646cbaaec92b4 /profiles/default-darwin
parentversion bump (diff)
downloadgentoo-2-b8271f9b15efb7fd89b205dc76918ddf44503099.tar.gz
gentoo-2-b8271f9b15efb7fd89b205dc76918ddf44503099.tar.bz2
gentoo-2-b8271f9b15efb7fd89b205dc76918ddf44503099.zip
The latest stable sed ebuild only installs /bin/gsed, so update our
alias logic to it...
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r--profiles/default-darwin/macos/10.4/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc
index 13a7311386fc..f41f53c360c1 100644
--- a/profiles/default-darwin/macos/10.4/profile.bashrc
+++ b/profiles/default-darwin/macos/10.4/profile.bashrc
@@ -15,4 +15,4 @@ export PATH="${PATH}:/Library/Frameworks/Python.framework/Versions/Current/bin"
alias libtool=glibtool
alias libtoolize=glibtoolize
-[ -x /usr/bin/gsed ] && alias sed=gsed
+[ -x /bin/gsed ] && alias sed=gsed