abuild: use build-base meta package as hard makedepends

This commit is contained in:
Natanael Copa 2009-06-03 11:15:55 +00:00
parent bf13a7c63c
commit bdc6182749
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ abuildrepo=/var/cache/abuild/apks
# defaults
SRCDEST=${SRCDEST:-$startdir}
PKGDEST=${PKGDEST:-$startdir}
BUILD_BASE="binutils gcc make patch uclibc-dev"
BUILD_BASE="build-base"
SUDO=${SUDO:-"sudo"}