diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-07-20 20:00:22 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-07-20 20:00:22 +0000 |
commit | cc61bb692072642d65d1f8c8a32937e5bfed3ad2 (patch) | |
tree | 0b640873afb704b622198608c647fdf8c208e314 /profiles/default-darwin | |
parent | Added support to the upgrade script to test for CONFIG_IA32_EMULATION in the ... (diff) | |
download | gentoo-2-cc61bb692072642d65d1f8c8a32937e5bfed3ad2.tar.gz gentoo-2-cc61bb692072642d65d1f8c8a32937e5bfed3ad2.tar.bz2 gentoo-2-cc61bb692072642d65d1f8c8a32937e5bfed3ad2.zip |
fix gsed alias for 10.4
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.4/profile.bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc index c8a32066bf8e..fca690771d97 100644 --- a/profiles/default-darwin/macos/10.4/profile.bashrc +++ b/profiles/default-darwin/macos/10.4/profile.bashrc @@ -1 +1,4 @@ -export MACOSX_DEPLOYMENT_TARGET="10.4" +MACOSX_DEPLOYMENT_TARGET=10.4 +alias libtool=glibtool +alias libtoolize=glibtoolize +[ -x /usr/bin/gsed ] && alias sed=gsed |