Date: Monday, August 31, 2020 @ 22:47:04
  Author: foutrelis
Revision: 395025

upgpkg: xfce4-notifyd 0.6.2-2: add sysconfdir for autostart

Modified:
  xfce4-notifyd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-31 22:38:10 UTC (rev 395024)
+++ PKGBUILD    2020-08-31 22:47:04 UTC (rev 395025)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/notifyd/start";
@@ -20,6 +20,7 @@
 
   ./configure \
     --prefix=/usr \
+    --sysconfdir=/etc \
     --disable-static \
     --disable-debug
   make

Reply via email to