summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-10-08 16:31:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-10-08 16:31:04 +0000
commitca778857da40a1538d3a28c7d34c9f32561f9b26 (patch)
tree44decbfe0b48f5941312e466eec528a8ab94c3cc /testing
parentae610d74b099ac47c74c42243dd21dc13c9c77dd (diff)
downloadaports-ca778857da40a1538d3a28c7d34c9f32561f9b26.tar.bz2
aports-ca778857da40a1538d3a28c7d34c9f32561f9b26.tar.xz
testing/linux-vserver: build fix
you need bash too, to build kernel nowdays
Diffstat (limited to 'testing')
-rw-r--r--testing/linux-vserver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-vserver/APKBUILD b/testing/linux-vserver/APKBUILD
index 79fa85622..ba925b87f 100644
--- a/testing/linux-vserver/APKBUILD
+++ b/testing/linux-vserver/APKBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Linux kernel with vserver"
url="http://linux-vserver.org/"
depends="mkinitfs linux-firmware"
-makedepends="perl installkernel"
+makedepends="perl installkernel bash"
_config=${config:-kernelconfig}
install=
source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2