diff options
author | Alan Lacerda <alancordeiro@gmail.com> | 2015-05-04 18:19:40 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-05 01:15:29 +0200 |
commit | d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0 (patch) | |
tree | 7701fc9ceea2e4ced9ce4d469f24d83ba50d7bdb /main/mate-common | |
parent | aea0810fb16820e4ac2296710fe2b811222b1bbe (diff) | |
download | aports-d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0.tar.bz2 aports-d7ca8cf5112f896f2c8e86d1c841e85ae1d139d0.tar.xz |
main/mate-common: adding sysconfdir
Diffstat (limited to 'main/mate-common')
-rw-r--r-- | main/mate-common/APKBUILD | 3 |
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 |