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

Tom Gundersen tomegun at archlinux.org
Sun Apr 1 19:28:43 UTC 2012


    Date: Sunday, April 1, 2012 @ 15:28:42
  Author: tomegun
Revision: 155314

upgpkg: udev 181-8

add compat symlink, this will be removed once initscripts/mkinitcpio is updated

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-01 19:21:24 UTC (rev 155313)
+++ PKGBUILD	2012-04-01 19:28:42 UTC (rev 155314)
@@ -6,7 +6,7 @@
 
 pkgname=udev
 pkgver=181
-pkgrel=7
+pkgrel=8
 pkgdesc="The userspace dev tools (udev)"
 depends=('util-linux' 'glib2' 'kmod' 'pciutils' 'usbutils' 'bash' 'acl')
 install=udev.install
@@ -53,6 +53,9 @@
 
   # 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