Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
embree


Commits:
21a6df04 by Sven-Hendrik Haase at 2023-08-13T23:23:05+02:00
upgpkg: 4.2.0-3: Fix scripts install location (FS#79354)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=embree
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of high-performance ray tracing kernels"
 arch=('x86_64')
 url="https://embree.github.io/";
@@ -35,4 +35,7 @@ build() {
 
 package() {
     DESTDIR="${pkgdir}" ninja -C build install
+
+    mkdir "${pkgdir}"/usr/bin/
+    mv "${pkgdir}"/usr/embree-vars.* "${pkgdir}"/usr/bin/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/embree/-/commit/21a6df04a2398ec4b166d80306569f0b45d46b11

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/embree/-/commit/21a6df04a2398ec4b166d80306569f0b45d46b11
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to