summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Westphal2017-09-26 15:48:12 +0200
committerMathieu Westphal2017-09-26 15:48:12 +0200
commit9afe58c482e9be13c34cdae17963ea5267ffb698 (patch)
treee049ce4d5735bc63012c52e11fe9a31941e2ab4d
parent5125b19ff16c2ad142270dd6d87905c852d8d9a4 (diff)
downloadaur-9afe58c482e9be13c34cdae17963ea5267ffb698.tar.gz
Correcting hdf5-settings conflict
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a3976e725e6..119f224099c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,9 @@ package() {
cd "$srcdir/${pkgname%-git}/build"
ninja install
- #Install license
+ # Install license
install -Dm644 "${srcdir}/${pkgname%-git}/License_v1.2.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ # Rename hdf5 settings to avoid potential conflicts
+ mv "${pkgdir}/usr/share/cmake/hdf5" "${pkgdir}/usr/share/cmake/paraview-git_hdf5"
}