diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-06-28 00:34:30 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-30 19:17:47 +0200 |
commit | 5827cd46456866e8f62be6d25a10d30525880cef (patch) | |
tree | 0dbe760aa89f7c6f7068ca78b194c7dc00d08b39 /PKGBUILD | |
parent | a745dc047d103547bed4af97c376a93fd8e3d08a (diff) | |
download | mkinitcpio-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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |