upower: it's /var/lib/upower not /var/lib/upowerd.
This commit is contained in:
parent
714cb1f846
commit
8ef0d6d73a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.20
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-backend=linux --without-idevice
|
||||
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
||||
|
@ -31,7 +31,7 @@ upower-devel_package() {
|
|||
|
||||
upower_package() {
|
||||
conf_files="/etc/UPower/UPower.conf"
|
||||
make_dirs="/var/lib/upowerd 0755 root root"
|
||||
make_dirs="/var/lib/upower 0755 root root"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue