From c45628c602c4e1f196cf72837051cb3da50c4858 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 2 May 2019 15:52:49 +0200 Subject: [PATCH] nvidia_current: Remove obsolete code (NVSHARE) Remove dead code. --- nvidia_current-418.56-0.bee | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nvidia_current-418.56-0.bee b/nvidia_current-418.56-0.bee index ca57425a9..73cc2476e 100755 --- a/nvidia_current-418.56-0.bee +++ b/nvidia_current-418.56-0.bee @@ -69,9 +69,6 @@ mee_install() { "nvidia-modprobe" \ ) - NVSHARE=( \ - ) - for i in ${NVLIBS[@]} ; do soname=$(soname ${i} || echo "ERROR") echo "installing ${i} as lib/${soname}" @@ -92,11 +89,6 @@ mee_install() { install -v -c -m 644 ${i}.1.gz ${D}/usr/share/man/man1 done - for i in ${NVSHARE[@]} ; do - echo "installing ${i} as share/${i}" - cp -rv ${i} ${D}${PREFIX}/share - done - mkdir -pv ${D}/usr/lib for i in tls glcore compiler gtk2 gtk3 fatbinaryloader; do