Skip to content

Commit

Permalink
nvidia_current: Remove obsolete code (NVSHARE)
Browse files Browse the repository at this point in the history
Remove dead code.
  • Loading branch information
donald committed May 2, 2019
1 parent 91529cc commit c45628c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nvidia_current-418.56-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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
Expand Down

0 comments on commit c45628c

Please sign in to comment.