summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-02-12 21:08:46 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-02-12 21:08:46 +0000
commitaea88a2e117fb80b74591d61facd7b5430170e20 (patch)
treef59dfd8dc4a2498be40ae667190bb6c3c37b444b /profiles
parentUsing virtualx eclass since make needs X for the PyGTK check. (diff)
downloadgentoo-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.bashrc7
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