[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Wed Feb 8 13:22:37 UTC 2012


    Date: Wednesday, February 8, 2012 @ 08:22:36
  Author: dreisner
Revision: 149533

Modified:
  mkinitcpio/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 12:13:30 UTC (rev 149532)
+++ PKGBUILD	2012-02-08 13:22:36 UTC (rev 149533)
@@ -4,13 +4,13 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/"
 license=('GPL')
 depends=('mkinitcpio-busybox>=1.16.1-2' 'kmod>=3' 'util-linux>=2.20.1-2' 'libarchive' 'coreutils'
-         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip')
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip')
 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'
@@ -26,5 +26,8 @@
   # compat symlink
   install -dm755 "$pkgdir/sbin"
   ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
+
+  # XXX: remove udev hooks -- they belong to the udev package
+  rm "$pkgdir"/lib/initcpio/{hooks,install}/udev
 }
 




More information about the arch-commits mailing list