summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 16:48:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-06 05:56:09 +0000
commite9a77b3997ba5ae0c576eb71a9c0f412b59e4347 (patch)
tree9969eee6c5d354dea8bd1705d39b8c05638a6b33 /main
parentdda9afeb6ab8d2b5387c3067ff59c3c43e0aaa26 (diff)
downloadaports-e9a77b3997ba5ae0c576eb71a9c0f412b59e4347.tar.bz2
aports-e9a77b3997ba5ae0c576eb71a9c0f412b59e4347.tar.xz
main/mate-power-manager: added sysconfdir
Diffstat (limited to 'main')
-rw-r--r--main/mate-power-manager/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-power-manager/APKBUILD b/main/mate-power-manager/APKBUILD
index b6d647a67..63c63d701 100644
--- a/main/mate-power-manager/APKBUILD
+++ b/main/mate-power-manager/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=mate-power-manager
pkgver=1.9.90
-pkgrel=1
+pkgrel=2
pkgdesc="A Power Manager for MATE"
url="https://github.com/mate-desktop/mate-power-manager"
arch="all"
@@ -35,6 +35,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
+ --sysconfdir=/etc \
--prefix=/usr \
--with-gtk=2.0 \
--disable-strict \