summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}