upower: it's /var/lib/upower not /var/lib/upowerd.

This commit is contained in:
Juan RP 2013-05-25 10:18:02 +02:00
parent 714cb1f846
commit 8ef0d6d73a
1 changed files with 2 additions and 2 deletions

View File

@ -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
}