summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2020-06-09 21:17:54 +1000
committerMike Sampson2020-06-09 21:17:54 +1000
commit31d888f55011bc44ba6523be4171d10bbc56837c (patch)
tree13c874175a923942f90af3114cdbd06426d55627
parent853c4fb379531b5a2250c97569960d6d19363b34 (diff)
downloadaur-31d888f55011bc44ba6523be4171d10bbc56837c.tar.gz
[FIX] Fix file path.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf7b3cc5fc3..aeeaa304e901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
pkgver = 2.1.52
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/open-iscsi/targetcli-fb
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index fe26c83bf9a2..24d650de7b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
pkgver=2.1.52
-pkgrel=1
+pkgrel=2
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
url="https://github.com/open-iscsi/targetcli-fb"
@@ -21,6 +21,7 @@ sha512sums=('dd16cceffc4bec103db52fc97c3484a079a4b355cfc6523aff0a12c7b6dc1ee41b0
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i "s|/lib/systemd/system|lib/systemd/system|" setup.py
python setup.py build
gzip --stdout targetcli.8 > "targetcli.8.gz"
}