diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2004-08-09 14:34:45 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2004-08-09 14:34:45 +0000 |
commit | 01d8fa03e462ae6a7193e20a5b4bb829e2c0c27b (patch) | |
tree | 9039c0f9c9abaf96f645078fb4be0f7b69afcf51 /profiles/default-macos-10.3 | |
parent | Stable on sparc wrt #59526 (Manifest recommit) (diff) | |
download | gentoo-2-01d8fa03e462ae6a7193e20a5b4bb829e2c0c27b.tar.gz gentoo-2-01d8fa03e462ae6a7193e20a5b4bb829e2c0c27b.tar.bz2 gentoo-2-01d8fa03e462ae6a7193e20a5b4bb829e2c0c27b.zip |
Added sed to packages and alias sed=gsed.
Diffstat (limited to 'profiles/default-macos-10.3')
-rw-r--r-- | profiles/default-macos-10.3/packages | 1 | ||||
-rw-r--r-- | profiles/default-macos-10.3/profile.bashrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-macos-10.3/packages b/profiles/default-macos-10.3/packages index 7494766cf60e..0a2ec9550b90 100644 --- a/profiles/default-macos-10.3/packages +++ b/profiles/default-macos-10.3/packages @@ -6,3 +6,4 @@ *net-misc/wget *virtual/editor +*sys-apps/sed diff --git a/profiles/default-macos-10.3/profile.bashrc b/profiles/default-macos-10.3/profile.bashrc index 9177c83a9650..f4dc14b5a88c 100644 --- a/profiles/default-macos-10.3/profile.bashrc +++ b/profiles/default-macos-10.3/profile.bashrc @@ -1,3 +1,3 @@ alias libtool=glibtool alias libtoolize=glibtoolize - +alias sed=gsed |