summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 16:38:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-06 05:56:09 +0000
commit88b29d9b2b11801183ffac9a3c414121778f094a (patch)
tree16345284822407796e219db3e55b97dca10a2fbf /main
parentc3966cbf03f4dfc6e45cc74273e6c33e57849dcf (diff)
downloadaports-88b29d9b2b11801183ffac9a3c414121778f094a.tar.bz2
aports-88b29d9b2b11801183ffac9a3c414121778f094a.tar.xz
main/mate-panel: added sysconfdir
Diffstat (limited to 'main')
-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 474f2b0bf..6f6001c58 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