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

Jelle van der Waa jelle at archlinux.org
Sun Sep 13 12:09:31 UTC 2020


    Date: Sunday, September 13, 2020 @ 12:09:30
  Author: jelle
Revision: 395985

Configure systemd environment file correctly

Add a configure argument to install the conf.d which fixes FS#48162

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 11:56:22 UTC (rev 395984)
+++ PKGBUILD	2020-09-13 12:09:30 UTC (rev 395985)
@@ -5,7 +5,7 @@
 
 pkgname=smartmontools
 pkgver=7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
 url="http://smartmontools.sourceforge.net"
 license=('GPL')
@@ -45,6 +45,7 @@
     --with-libcap-ng=yes \
     --with-libsystemd=yes \
     --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --with-systemdenvfile=/etc/conf.d/smartd \
     --with-smartdscriptdir=/usr/share/smartmontools \
     --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
 



More information about the arch-commits mailing list