[arch-commits] Commit in dunst/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Oct 23 09:06:55 UTC 2021


    Date: Saturday, October 23, 2021 @ 09:06:55
  Author: foxboron
Revision: 1032948

upgpkg: dunst 1.7.0-2 - FS#72492: Fixes sysconfdir

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 08:42:02 UTC (rev 1032947)
+++ PKGBUILD	2021-10-23 09:06:55 UTC (rev 1032948)
@@ -5,7 +5,7 @@
 
 pkgname=dunst
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/"
 arch=('x86_64')
@@ -27,7 +27,7 @@
 package() {
   cd dunst-$pkgver
 
-  make DESTDIR="$pkgdir" PREFIX=/usr install
+  make DESTDIR="$pkgdir" SYSCONFDIR=/etc PREFIX=/usr install
   install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list