diff options
author | Alan Lacerda <alancordeiro@gmail.com> | 2015-05-04 18:25:36 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-05 01:15:40 +0200 |
commit | 396fd40f9e81caa0d1b3504608cfa52661120544 (patch) | |
tree | 8e100844b3c01137ccd4cfaba677ff1242e50b9a /main/mate-control-center | |
parent | d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0 (diff) | |
download | aports-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/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-control-center/APKBUILD b/main/mate-control-center/APKBUILD index 9eb589cc0c..7db43e09b4 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 |