mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/udev-oxnas to 182-2
This commit is contained in:
parent
b597c6b9b7
commit
eeb7c53c21
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ _pkgbase='udev'
|
|||
pkgname='udev-oxnas'
|
||||
pkgver=182
|
||||
_pkgver=175
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license=('GPL')
|
||||
|
@ -48,6 +48,7 @@ package_udev-oxnas() {
|
|||
install=udev.install
|
||||
backup=(etc/udev/udev.conf)
|
||||
provides=("udev=${pkgver}")
|
||||
conflicts=('udev')
|
||||
|
||||
cd $srcdir/$_pkgbase-$_pkgver
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
|
Loading…
Reference in a new issue