diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-09 23:01:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-09 23:01:14 +0000 |
commit | 2a9c3c1b85b2107c351c1f6129995a3f52eec91c (patch) | |
tree | d5c6c08ce61c81ca987c38e697b866af3b8dec97 /packages/bash/bash.inc | |
parent | 57cde526bf3db0e8572d09cae4ad80049e559d81 (diff) |
bash 3.2 fix compiling, this time for real
Diffstat (limited to 'packages/bash/bash.inc')
-rw-r--r-- | packages/bash/bash.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/bash/bash.inc b/packages/bash/bash.inc index dd2a180bb1..bf4a345963 100644 --- a/packages/bash/bash.inc +++ b/packages/bash/bash.inc @@ -8,11 +8,13 @@ inherit autotools gettext PARALLEL_MAKE = "" +SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz" +S = "${WORKDIR}/bash-${PV}" + bindir = "/bin" sbindir = "/sbin" EXTRA_OECONF = "--with-ncurses" -export RM="echo" do_configure () { gnu-configize |