summaryrefslogtreecommitdiff
path: root/testing/udev/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/udev/PKGBUILD')
-rw-r--r--testing/udev/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/udev/PKGBUILD b/testing/udev/PKGBUILD
index 4a6ef06b3..ec1a68163 100644
--- a/testing/udev/PKGBUILD
+++ b/testing/udev/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 155920 2012-04-09 13:23:41Z tomegun $
+# $Id: PKGBUILD 157979 2012-04-30 12:31:14Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -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 @@ package() {
# 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