diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 09:05:06 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 09:05:06 +0000 |
commit | c3a15effbf3fa6afb98382602b91db2327bf5adc (patch) | |
tree | 4b6206928acbb24b08b64126fa8425b9e80724b8 /main/linux-scst | |
parent | f4ed74f439220f4fa54274f32c7e3863aac5e560 (diff) | |
download | aports-c3a15effbf3fa6afb98382602b91db2327bf5adc.tar.bz2 aports-c3a15effbf3fa6afb98382602b91db2327bf5adc.tar.xz |
[kernels]: add sed to makedepends
Diffstat (limited to 'main/linux-scst')
-rw-r--r-- | main/linux-scst/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-scst/APKBUILD b/main/linux-scst/APKBUILD index adcf61262f..4876bc105e 100644 --- a/main/linux-scst/APKBUILD +++ b/main/linux-scst/APKBUILD @@ -16,7 +16,7 @@ pkgrel=1 pkgdesc="Linux kernel with SCST" url="http://scst.sourceforge.net" depends="mkinitfs linux-firmware" -makedepends="perl installkernel" +makedepends="perl sed installkernel" options="!strip" _config=${config:-kernelconfig.${CARCH}} install= |