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

Tom Gundersen tomegun at archlinux.org
Mon Apr 30 12:30:34 UTC 2012


    Date: Monday, April 30, 2012 @ 08:30:34
  Author: tomegun
Revision: 157978

upgpkg: udev 182-2

remove symlink from /lib/udev

This was needed in a transition phase for initsrcipts and mkinitcpio, but they
have both been upgraded now.

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-30 12:12:57 UTC (rev 157977)
+++ PKGBUILD	2012-04-30 12:30:34 UTC (rev 157978)
@@ -6,7 +6,7 @@
 
 pkgname=udev
 pkgver=182
-pkgrel=1
+pkgrel=2
 pkgdesc="The userspace dev tools (udev)"
 depends=('util-linux' 'glib2' 'kmod' 'pciutils' 'usbutils' 'bash' 'acl')
 install=udev.install
@@ -52,9 +52,6 @@
 
   # udevd moved, symlink to make life easy for restarting udevd manually
   ln -s ../lib/udev/udevd ${pkgdir}/usr/bin/udevd
-  # and for users of the old /lib location (to go away soon)
-  mkdir -p ${pkgdir}/lib/udev
-  ln -s ../../usr/lib/udev/udevd ${pkgdir}/lib/udev/udevd
 
   # the path to udevadm is hardcoded in some places
   install -d ${pkgdir}/sbin




More information about the arch-commits mailing list