Skip to content
Snippets Groups Projects
Verified Commit 4807f5e1 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

upgpkg: 12.3.0-6: Permission clean up of /etc/profile.d/rustup.sh (FS#79651)

parent 944518b0
No related branches found
No related tags found
No related merge requests found
pkgbase = cuda
pkgdesc = NVIDIA's GPU programming toolkit
pkgver = 12.3.0
pkgrel = 5
pkgrel = 6
url = https://developer.nvidia.com/cuda-zone
install = cuda.install
arch = x86_64
......
......@@ -4,7 +4,7 @@ pkgname=(cuda cuda-tools)
pkgbase=cuda
pkgver=12.3.0
_driverver=545.23.06
pkgrel=5
pkgrel=6
pkgdesc="NVIDIA's GPU programming toolkit"
arch=('x86_64')
url="https://developer.nvidia.com/cuda-zone"
......@@ -109,7 +109,7 @@ build() {
ln -s /usr/bin/g++-12 "${_prepdir}/opt/cuda/bin/g++"
# Install profile and ld.so.config files
install -Dm755 "${srcdir}/cuda.sh" "${_prepdir}/etc/profile.d/cuda.sh"
install -Dm644 "${srcdir}/cuda.sh" "${_prepdir}/etc/profile.d/cuda.sh"
install -Dm644 "${srcdir}/cuda.conf" "${_prepdir}/etc/ld.so.conf.d/cuda.conf"
# Install pkgconfig files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment