summaryrefslogtreecommitdiffstats
path: root/main/mate-control-center
diff options
context:
space:
mode:
authorAlan Lacerda <alancordeiro@gmail.com>2015-05-04 18:25:36 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-05-05 01:15:40 +0200
commit396fd40f9e81caa0d1b3504608cfa52661120544 (patch)
tree8e100844b3c01137ccd4cfaba677ff1242e50b9a /main/mate-control-center
parentd7ca8cf5112f896f2c8e86d1c841e85ae1d139d0 (diff)
downloadaports-396fd40f9e81caa0d1b3504608cfa52661120544.tar.bz2
aports-396fd40f9e81caa0d1b3504608cfa52661120544.tar.xz
main/mate-control-center: adding sysconfdir
Diffstat (limited to 'main/mate-control-center')
-rw-r--r--main/mate-control-center/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-control-center/APKBUILD b/main/mate-control-center/APKBUILD
index 9eb589cc0..7db43e09b 100644
--- a/main/mate-control-center/APKBUILD
+++ b/main/mate-control-center/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-control-center
pkgver=1.9.90
-pkgrel=0
+pkgrel=1
pkgdesc="MATE's main interface for configuration of various aspects of your desktop"
url="https://github.com/mate-desktop/mate-control-center"
arch="all"
@@ -32,6 +32,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
+ --sysconfdir=/etc \
--prefix=/usr \
|| return 1
make || return 1