main/upower: move /rules.d to /lib/udev/rules.d

This commit is contained in:
Max Rees 2018-03-24 19:48:51 +00:00 committed by Sören Tempel
parent a1f2e44447
commit b6e767c184

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=upower
pkgver=0.99.6
pkgrel=1
pkgrel=2
pkgdesc="Power Management Services"
url="http://upower.freedesktop.org"
arch="all"
@ -24,7 +24,8 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/upower \
--disable-static
--disable-static \
--with-udevrulesdir=/lib/udev/rules.d
make
}