[arch-commits] Commit in multipath-tools/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Sep 14 09:46:35 UTC 2020
Date: Monday, September 14, 2020 @ 09:46:35
Author: eworm
Revision: 705952
fix make dependencies, install READMEs
Modified:
multipath-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-14 09:45:26 UTC (rev 705951)
+++ PKGBUILD 2020-09-14 09:46:35 UTC (rev 705952)
@@ -15,7 +15,7 @@
url='http://christophe.varoqui.free.fr/'
license=('GPL2')
depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
-makedepends=('git')
+makedepends=('git' 'systemd')
source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}"
'0001-fix-boolean-value-with-json-c-0.14.patch'
'0002-make.patch')
@@ -50,4 +50,6 @@
exec_prefix="/usr" \
LIB="/usr/lib" \
install
+
+ install -D -m0644 -t "${pkgdir}/usr/share/doc/${pkgname}" README*
}
More information about the arch-commits
mailing list