[arch-commits] Commit in usd/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed May 12 16:08:01 UTC 2021
Date: Wednesday, May 12, 2021 @ 16:08:01
Author: svenstaro
Revision: 931806
upgpkg: usd 21.05-2: Fix wrong Python modules install location (FS#70821)
Modified:
usd/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 16:07:05 UTC (rev 931805)
+++ PKGBUILD 2021-05-12 16:08:01 UTC (rev 931806)
@@ -2,7 +2,7 @@
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=usd
pkgver=21.05
-pkgrel=1
+pkgrel=2
pkgdesc="3D VFX pipeline interchange file format"
arch=('x86_64')
url="https://graphics.pixar.com/usd/docs/index.html"
@@ -29,6 +29,8 @@
package() {
cd USD-${pkgver}
DESTDIR="$pkgdir" ninja -C build install
+
+ mv "$pkgdir"/usr/lib/python "$pkgdir"/usr/lib/python3.9
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list