summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-05-26 21:45:26 +0200
committerDave Reisner <dreisner@archlinux.org>2012-06-08 23:38:57 +0200
commit02fce512378d15722858d462f4a09584a32e8c69 (patch)
tree9d89e873b692d9cfa45707fbafd1ced096f383b2 /PKGBUILD
parente67684cb43e1ca42aa87aea8cdb4fdff093b7a6b (diff)
downloadmkinitcpio-02fce512378d15722858d462f4a09584a32e8c69.tar.gz
mkinitcpio-02fce512378d15722858d462f4a09584a32e8c69.tar.xz
avoid reliance on sed, embrace awk
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9df378..40a2f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ groups=('base')
conflicts=('mkinitcpio')
provides=("mkinitcpio=$pkgver")
depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip')
-makedepends=('asciidoc' 'git')
+ 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip')
+makedepends=('asciidoc' 'git' 'sed')
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'