From 88b29d9b2b11801183ffac9a3c414121778f094a Mon Sep 17 00:00:00 2001 From: Alan Lacerda Date: Tue, 5 May 2015 16:38:35 +0000 Subject: main/mate-panel: added sysconfdir --- main/mate-panel/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3