diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2004-08-09 14:35:48 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2004-08-09 14:35:48 +0000 |
commit | 6096f26bd2f81e5fb95749896a74aa41a2e5ab62 (patch) | |
tree | 2fc7b2b3513f67fa29a0ca188551cc3c649e1ef9 /profiles/default-macos-10.4 | |
parent | Added sed to packages and alias sed=gsed. (diff) | |
download | historical-6096f26bd2f81e5fb95749896a74aa41a2e5ab62.tar.gz historical-6096f26bd2f81e5fb95749896a74aa41a2e5ab62.tar.bz2 historical-6096f26bd2f81e5fb95749896a74aa41a2e5ab62.zip |
Added sed to emerge system and alias sed=gsed to profile.bashrc
Diffstat (limited to 'profiles/default-macos-10.4')
-rw-r--r-- | profiles/default-macos-10.4/packages | 1 | ||||
-rw-r--r-- | profiles/default-macos-10.4/profile.bashrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-macos-10.4/packages b/profiles/default-macos-10.4/packages index 7494766cf60e..0a2ec9550b90 100644 --- a/profiles/default-macos-10.4/packages +++ b/profiles/default-macos-10.4/packages @@ -6,3 +6,4 @@ *net-misc/wget *virtual/editor +*sys-apps/sed diff --git a/profiles/default-macos-10.4/profile.bashrc b/profiles/default-macos-10.4/profile.bashrc index 9177c83a9650..f4dc14b5a88c 100644 --- a/profiles/default-macos-10.4/profile.bashrc +++ b/profiles/default-macos-10.4/profile.bashrc @@ -1,3 +1,3 @@ alias libtool=glibtool alias libtoolize=glibtoolize - +alias sed=gsed |