aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/mate-panel/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-panel/APKBUILD b/main/mate-panel/APKBUILD
index 474f2b0bf62..6f6001c58d9 100644
--- a/main/mate-panel/APKBUILD
+++ b/main/mate-panel/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-panel
pkgver=1.9.90
-pkgrel=0
+pkgrel=1
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
url="https://github.com/mate-desktop/mate-panel"
arch="all"
@@ -32,6 +32,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
+ --sysconfdir=/etc \
--prefix=/usr \
|| return 1
make || return 1