mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/upower: move /rules.d to /lib/udev/rules.d
This commit is contained in:
parent
a1f2e44447
commit
b6e767c184
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user