summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-08-08 14:17:14 +0300
committerMantas Mikulėnas2017-08-08 14:17:14 +0300
commitb54ddb2022e3c89254e44f7934d8f48b330abeb4 (patch)
tree62be0a64e512b8112fdbaef069c14a5cc926d884 /PKGBUILD
parentf446d2accda14b9e6290676bb6494a70c700b875 (diff)
downloadaur-b54ddb2022e3c89254e44f7934d8f48b330abeb4.tar.gz
fix systemd unit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f6420bfc9a7..1130482436bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Disclaimer: I have no idea if this works, I only packaged it.
pkgname=rasdaemon
pkgver=0.5.9
-pkgrel=2
+pkgrel=3
pkgdesc="Logging daemon for Platform Reliability, Availability and Serviceability (RAS), replacing mcelog"
arch=(i686 x86_64)
url="http://www.infradead.org/~mchehab/rasdaemon/"
@@ -14,6 +14,7 @@ sha256sums=('ef7045b3ce6f9deb593d9e93be42b37672806c399332769d665a63e99dfbc29c')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
autoreconf -fi
+ sed -i '/^Exec/ s/ -r//' misc/rasdaemon.service.in
}
build() {