aboutsummaryrefslogtreecommitdiffstats
path: root/main/mate-menus
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-04 18:37:14 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-05-05 00:55:41 +0200
commit7d10f820094f2221b55f6e49274d508b2c16b7b4 (patch)
treef9c2c86c4e52dfc356583ba02f023cb51faa0ee5 /main/mate-menus
parentfdfb1e89df8ee6e98278505c0cb1ca370d0502b9 (diff)
downloadaports-7d10f820094f2221b55f6e49274d508b2c16b7b4.tar.bz2
aports-7d10f820094f2221b55f6e49274d508b2c16b7b4.tar.xz
main/mate-menus: adding sysconfdir
Diffstat (limited to 'main/mate-menus')
-rw-r--r--main/mate-menus/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-menus/APKBUILD b/main/mate-menus/APKBUILD
index 0042bd17e6..38ec6bb9d2 100644
--- a/main/mate-menus/APKBUILD
+++ b/main/mate-menus/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-menus
pkgver=1.9.90
-pkgrel=0
+pkgrel=1
pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor"
url="https://github.com/mate-desktop/mate-menus"
arch="all"
@@ -29,6 +29,7 @@ build() {
cd "$_builddir"
./configure \
--build=$CBUILD \
+ --sysconfdir=/etc \
--host=$CHOST \
--prefix=/usr \
|| return 1