summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylon Edwards2018-04-29 20:13:15 -0700
committerDylon Edwards2018-04-29 20:13:15 -0700
commit1484ee2ccb43d353e9ec5babb4ee123934e30574 (patch)
tree2f943949c15e54a3d8784477710ec82fee8e9f0f /PKGBUILD
parent432db514844546bccfcd4854eb8e5aa0f4fecf02 (diff)
downloadaur-1484ee2ccb43d353e9ec5babb4ee123934e30574.tar.gz
Removes SITE_PACKAGES artifact from package_open3d()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e837b4b1418..34c5689eb5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,6 @@ function package_open3d() {
openmp
)
cd "${pkgbase}/build"
- local SITE_PACKAGES="$(awk 'BEGIN {FS="="} /^PYTHON_SITE_PACKAGES:PATH\>/ {print $2}' CMakeCache.txt)"
install -m 644 -D -t "${pkgdir}/usr/lib" lib/libopen3d*.so
install -d "${pkgdir}/usr/include"
cp -R ../modules/{Core,IO,Visualization,Python}/include/Open3D "${pkgdir}/usr/include"