summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-06-28 00:34:30 +0200
committerThomas Bächler <thomas@archlinux.org>2011-06-30 19:17:47 +0200
commit5827cd46456866e8f62be6d25a10d30525880cef (patch)
tree0dbe760aa89f7c6f7068ca78b194c7dc00d08b39
parenta745dc047d103547bed4af97c376a93fd8e3d08a (diff)
downloadmkinitcpio-5827cd46456866e8f62be6d25a10d30525880cef.tar.gz
mkinitcpio-5827cd46456866e8f62be6d25a10d30525880cef.tar.xz
Add asciidoc as makedepends in private PKGBUILD.
Avoid: make: a2x: Command not found Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58716c2..13c6353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ conflicts=('mkinitcpio')
provides=('mkinitcpio=9999')
depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils'
'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=168' 'file' 'gzip')
+makedepends=('asciidoc')
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'