Several Core updates

This commit is contained in:
Mike 2009-10-31 09:44:20 -05:00
parent 6bfb41b57d
commit 90e08f8775
2 changed files with 3 additions and 3 deletions

View file

@ -21,11 +21,11 @@ source=(http://ftp.gnu.org/gnu/bash/bash-4.0.tar.gz
system.bashrc)
if [ $_patchlevel -gt 000 ]; then
for p in $(seq -w 001 $_patchlevel); do
source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash4$
source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-$p)
done
fi
build() {
build() {
cd ${srcdir}/${pkgname}-4.0
for p in ../bash40-*; do
[ -e "$p" ] || continue

View file

@ -1,4 +1,4 @@
# Maintainer: Philipp Scholl <pscholl@bawue.de>
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
pkgname=db
pkgver=4.7.25