Merge branch '2.5' into 2.6

This commit is contained in:
Juergen Daubert 2009-07-22 17:35:48 +02:00
commit 680755083d
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
5c082c812bef63e80ced9f6075f78c21 bash-4.0-001-024.patch.gz
877e87c9e69a802776d7a632b59e33a4 bash-4.0-001-028.patch.gz
a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz
3fee206195d50dbd8a3560a8a77f341b profile

View File

@ -4,16 +4,16 @@
# Depends on: ncurses
name=bash
version=4.0.24
version=4.0.28
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-4.0.tar.gz \
$name-4.0-001-024.patch.gz \
$name-4.0-001-028.patch.gz \
profile)
build() {
cd $name-4.0
gunzip -c $SRC/$name-4.0-001-024.patch.gz | patch -p0
gunzip -c $SRC/$name-4.0-001-028.patch.gz | patch -p0
./configure --prefix=/usr \
--exec-prefix= \