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

Andreas Radke andyrtr at archlinux.org
Tue Jun 9 18:36:58 UTC 2020


    Date: Tuesday, June 9, 2020 @ 18:36:58
  Author: andyrtr
Revision: 388683

upgpkg: haveged 1.9.9-2: fix ExecStart path in the .service file

Modified:
  haveged/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 17:30:22 UTC (rev 388682)
+++ PKGBUILD	2020-06-09 18:36:58 UTC (rev 388683)
@@ -5,7 +5,7 @@
 
 pkgname=haveged
 pkgver=1.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('x86_64')
 url='https://github.com/jirka-h/haveged'
@@ -16,6 +16,11 @@
         #"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
 sha256sums=('13a0d81bb395c6ebde70a6474452001d9f898d786ddf4872af9f9f96f9e99ded')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s/@SBIN_DIR@/\/usr\/bin/" init.d/service.fedora
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list