summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 16:27:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-06 05:56:09 +0000
commitc3966cbf03f4dfc6e45cc74273e6c33e57849dcf (patch)
tree02f14047238c1cbd922c0d6ab0935357094a7998 /main
parent9ebd58a85521c6cba207b49bafc7333f848b3657 (diff)
downloadaports-c3966cbf03f4dfc6e45cc74273e6c33e57849dcf.tar.bz2
aports-c3966cbf03f4dfc6e45cc74273e6c33e57849dcf.tar.xz
main/mate-notification-daemon: added sysconfdir
Diffstat (limited to 'main')
-rw-r--r--main/mate-notification-daemon/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-notification-daemon/APKBUILD b/main/mate-notification-daemon/APKBUILD
index d45974a4c..bd3a901a5 100644
--- a/main/mate-notification-daemon/APKBUILD
+++ b/main/mate-notification-daemon/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-notification-daemon
pkgver=1.9.90
-pkgrel=1
+pkgrel=2
pkgdesc="Small, passive popup dialogs that notify the user of particular events"
url="https://github.com/mate-desktop/mate-notification-daemon"
arch="all"
@@ -32,6 +32,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--with-gtk=2.0 \
+ --sysconfdir=/etc \
--prefix=/usr \
|| return 1
make || return 1