summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraeon2021-11-12 14:07:30 +0800
committeraeon2021-11-12 14:07:30 +0800
commit01e608eb612fbd8ff80568060206bdb584639a47 (patch)
treedb25ad3be016d49048884933dabec66865db8d50 /PKGBUILD
parent1874e4256575d073a41a10434cb25499980a126a (diff)
downloadaur-01e608eb612fbd8ff80568060206bdb584639a47.tar.gz
Do not set system profile and ld.conf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58c3c268bd1..8197b1631640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,8 +83,8 @@ package() {
ln -s /usr/bin/g++ "${_target_dir}/bin/g++"
# Install profile and ld.so.config files
- install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda-11.1.sh"
- install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda-11.1.conf"
+ # install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda-11.1.sh"
+ # install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda-11.1.conf"
# Install pkgconfig files
mkdir -p "$pkgdir"/usr/lib/pkgconfig