diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-08 16:31:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-08 16:31:04 +0000 |
commit | ca778857da40a1538d3a28c7d34c9f32561f9b26 (patch) | |
tree | 44decbfe0b48f5941312e466eec528a8ab94c3cc /testing/linux-vserver | |
parent | ae610d74b099ac47c74c42243dd21dc13c9c77dd (diff) | |
download | aports-ca778857da40a1538d3a28c7d34c9f32561f9b26.tar.bz2 aports-ca778857da40a1538d3a28c7d34c9f32561f9b26.tar.xz |
testing/linux-vserver: build fix
you need bash too, to build kernel nowdays
Diffstat (limited to 'testing/linux-vserver')
-rw-r--r-- | testing/linux-vserver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-vserver/APKBUILD b/testing/linux-vserver/APKBUILD index 79fa856223..ba925b87fb 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 |