aboutsummaryrefslogtreecommitdiffstats
path: root/main/mate-common
diff options
context:
space:
mode:
authorAlan Lacerda <alancordeiro@gmail.com>2015-05-04 18:19:40 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-05-05 01:15:29 +0200
commitd7ca8cf5112f896f2c8e86d1c841e85ae1d139d0 (patch)
tree7701fc9ceea2e4ced9ce4d469f24d83ba50d7bdb /main/mate-common
parentaea0810fb16820e4ac2296710fe2b811222b1bbe (diff)
downloadaports-d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0.tar.bz2
aports-d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0.tar.xz
main/mate-common: adding sysconfdir
Diffstat (limited to 'main/mate-common')
-rw-r--r--main/mate-common/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-common/APKBUILD b/main/mate-common/APKBUILD
index 997995536b..8a3627236a 100644
--- a/main/mate-common/APKBUILD
+++ b/main/mate-common/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-common
pkgver=1.9.90
-pkgrel=0
+pkgrel=1
pkgdesc="Common scripts and macros"
url="http://mate-desktop.org/"
arch="noarch"
@@ -30,6 +30,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
+ --sysconfdir=/etc \
--prefix=/usr \
|| return 1
make || return 1