summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher A. Williamson2018-04-14 22:49:22 +0000
committerChristopher A. Williamson2018-04-14 22:49:22 +0000
commit0d53d2032f8e8ca757105313647d154c259346e4 (patch)
treeac9087aedf775d7c8981696c97ba202d78aa21fb
parent931c853a71db57caff877a53a6dca4f255f7ce24 (diff)
downloadaur-0d53d2032f8e8ca757105313647d154c259346e4.tar.gz
fixed systemd service file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00461987548..e4d3c929cdb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stratisd
pkgdesc = Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://stratis-storage.github.io/
arch = x86_64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index a417acdb5480..bd08629d2507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='stratisd'
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.'
arch=('x86_64')
url='https://stratis-storage.github.io/'
@@ -21,6 +21,9 @@ build() {
# Release
make build
make docs
+
+ # patch systemd config
+ sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
}
check() {