From 5827cd46456866e8f62be6d25a10d30525880cef Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 27 Jun 2011 19:34:30 -0300 Subject: Add asciidoc as makedepends in private PKGBUILD. Avoid: make: a2x: Command not found Signed-off-by: Gerardo Exequiel Pozzi --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3-24-g4f1b