diff options
-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 |