diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-09-07 03:06:42 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-10-09 23:48:33 +0200 |
commit | 11df4eee155ed5e133fc30b4d272955942f51f73 (patch) | |
tree | d5ab1430f30cad76165bdad95e7d4de2f8497ef6 /PKGBUILD | |
parent | 8449563df408c437dd162b87417c3e16ea7974bd (diff) | |
download | mkinitcpio-11df4eee155ed5e133fc30b4d272955942f51f73.tar.gz mkinitcpio-11df4eee155ed5e133fc30b4d272955942f51f73.tar.xz |
[mkinitcpio] Add missing groups=('base') in PKGBUILD
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
@@ -5,6 +5,7 @@ pkgdesc="Modular initramfs image creation utility" arch=(any) url="http://www.archlinux.org/" license=('GPL') +groups=('base') conflicts=('mkinitcpio') provides=("mkinitcpio=$pkgver") depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils' |