summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2004-08-09 14:34:45 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2004-08-09 14:34:45 +0000
commit01d8fa03e462ae6a7193e20a5b4bb829e2c0c27b (patch)
tree9039c0f9c9abaf96f645078fb4be0f7b69afcf51 /profiles/default-macos-10.3
parentStable on sparc wrt #59526 (Manifest recommit) (diff)
downloadgentoo-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/packages1
-rw-r--r--profiles/default-macos-10.3/profile.bashrc2
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