mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
blender correction
This commit is contained in:
parent
e030c7f7e4
commit
3725b6ae02
@ -51,7 +51,7 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
python -m compileall "${pkgdir}/usr/share/blender"
|
||||
python3 -m compileall "${pkgdir}/usr/share/blender"
|
||||
|
||||
# install plugins
|
||||
install -d -m755 "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
|
||||
|
Loading…
Reference in New Issue
Block a user