summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-10-06 08:09:15 +0200
committersoloturn2020-10-06 08:09:15 +0200
commit65df654ea1c5d0bebdd9afad0caedb900bcc3eaa (patch)
treef684b71df8e1137cd69052fd6e5f8d8cac6a807d
parent2038c82ec9e92b59a792f901a74f508f702cff63 (diff)
downloadaur-65df654ea1c5d0bebdd9afad0caedb900bcc3eaa.tar.gz
no ocaml libs even if it was installed
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 185274c5aca8..fa81fdc37e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,6 +68,9 @@ package_swift-llvm-git() {
DESTDIR="$pkgdir" ninja install
+ # remove ocaml in case it was installed
+ rm -rf "$pkgdir"/$instprefix/usr/lib/ocaml/
+
# lit is not swift specific, do not install
# # Include lit for running lit-based tests in other projects
# pushd ../utils/lit