diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-12 21:08:46 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-12 21:08:46 +0000 |
commit | aea88a2e117fb80b74591d61facd7b5430170e20 (patch) | |
tree | f59dfd8dc4a2498be40ae667190bb6c3c37b444b /profiles | |
parent | Using virtualx eclass since make needs X for the PyGTK check. (diff) | |
download | gentoo-2-aea88a2e117fb80b74591d61facd7b5430170e20.tar.gz gentoo-2-aea88a2e117fb80b74591d61facd7b5430170e20.tar.bz2 gentoo-2-aea88a2e117fb80b74591d61facd7b5430170e20.zip |
added glibtool and gsed aliases
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/progressive/profile.bashrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/progressive/profile.bashrc b/profiles/default-darwin/macos/progressive/profile.bashrc index c52c9a04a335..4f35e6b1155e 100644 --- a/profiles/default-darwin/macos/progressive/profile.bashrc +++ b/profiles/default-darwin/macos/progressive/profile.bashrc @@ -1 +1,6 @@ -export MACOSX_DEPLOYMENT_TARGET="10.3"
\ No newline at end of file +export MACOSX_DEPLOYMENT_TARGET="10.3" + +alias libtool=glibtool +alias libtoolize=glibtoolize + +[ -x /usr/bin/gsed ] && alias sed=gsed
\ No newline at end of file |