mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/udev to 167-2
This commit is contained in:
parent
8d7782bed4
commit
79c9b78f2e
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@ plugrel=1
|
|||
pkgbase="udev"
|
||||
pkgname=('udev' 'udev-compat')
|
||||
pkgver=167
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license=('GPL')
|
||||
|
@ -110,6 +110,9 @@ package_udev() {
|
|||
s#GROUP="cdrom"#GROUP="optical"#g' $i
|
||||
done
|
||||
|
||||
# Provided by the bluez package, remove this line when updating to udev>=169
|
||||
rm ${pkgdir}/lib/udev/hid2hci
|
||||
|
||||
# PlugApps USB drive and SD card automount rules
|
||||
rm -rf $pkgdir/etc/udev/rules.d/*
|
||||
cp $srcdir/11-media-by-label-auto-mount.rules $pkgdir/etc/udev/rules.d/
|
||||
|
|
Loading…
Reference in a new issue