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

Lukas Fleischer lfleischer at archlinux.org
Fri Dec 19 23:41:41 UTC 2014


    Date: Saturday, December 20, 2014 @ 00:41:41
  Author: lfleischer
Revision: 124146

upgpkg: hdapsd 20141203-2

Fix FS#43166.

Modified:
  hdapsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-19 23:06:41 UTC (rev 124145)
+++ PKGBUILD	2014-12-19 23:41:41 UTC (rev 124146)
@@ -4,7 +4,7 @@
 
 pkgname=hdapsd
 pkgver=20141203
-pkgrel=1
+pkgrel=2
 pkgdesc='HDAPS userspace hard drive protection daemon'
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/hdapsd'
@@ -18,7 +18,7 @@
 
   ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
+    --with-udevdir=/usr/lib/udev --with-systemdsystemunitdir=/usr/lib/systemd/system
   make ${MAKEFLAGS}
 }
 



More information about the arch-commits mailing list