diff options
author | Dylon Edwards | 2018-04-29 20:13:15 -0700 |
---|---|---|
committer | Dylon Edwards | 2018-04-29 20:13:15 -0700 |
commit | 1484ee2ccb43d353e9ec5babb4ee123934e30574 (patch) | |
tree | 2f943949c15e54a3d8784477710ec82fee8e9f0f | |
parent | 432db514844546bccfcd4854eb8e5aa0f4fecf02 (diff) | |
download | aur-1484ee2ccb43d353e9ec5babb4ee123934e30574.tar.gz |
Removes SITE_PACKAGES artifact from package_open3d()
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |