diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-08 10:02:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-08 10:02:04 +0000 |
commit | b35abd2950224f053253a0b4ef23d93379f71371 (patch) | |
tree | c8db18c5218d53c30979093f3470dbcdf934f32f /bash/bash_2.05b.oe | |
parent | 88e22fbf75d3553726246f0a3344c75635ecdb4a (diff) |
minor section fix for zsh and bash
BKrev: 418f441cAI-9vEa4yr-DwS-_IbLuYg
Diffstat (limited to 'bash/bash_2.05b.oe')
-rw-r--r-- | bash/bash_2.05b.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe index fc188313e4..082022bbf3 100644 --- a/bash/bash_2.05b.oe +++ b/bash/bash_2.05b.oe @@ -1,7 +1,7 @@ -DEPENDS = "ncurses" DESCRIPTION = "An sh-compatible command language interpreter." -SECTION = "base" -PR = "r1" +DEPENDS = "ncurses" +SECTION = "base/shell" +PR = "r2" SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ file://bashbug-editor.patch;patch=1;pnum=0 \ |