nvidia: fix fbc and ifr libs
Remove unnecessary installs, which were overwriting 64bit fbc and ifr libraries with 32bit.
This commit is contained in:
parent
04cc22b3d9
commit
e762d934b6
1 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
|
||||||
|
|
||||||
pkgname=nvidia
|
pkgname=nvidia
|
||||||
version=470.74
|
version=470.74
|
||||||
revision=1
|
revision=2
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="custom:NVIDIA Proprietary"
|
license="custom:NVIDIA Proprietary"
|
||||||
homepage="https://www.nvidia.com"
|
homepage="https://www.nvidia.com"
|
||||||
|
@ -103,10 +103,6 @@ _install_libs() {
|
||||||
${DESTDIR}/${libdir}/libnvidia-allocator.so.1
|
${DESTDIR}/${libdir}/libnvidia-allocator.so.1
|
||||||
ln -sf libnvidia-allocator.so.1 \
|
ln -sf libnvidia-allocator.so.1 \
|
||||||
${DESTDIR}/${libdir}/libnvidia-allocator.so
|
${DESTDIR}/${libdir}/libnvidia-allocator.so
|
||||||
|
|
||||||
# helper libs for approved partners' GRID remote apps
|
|
||||||
vinstall libnvidia-ifr.so.${version} 755 usr/lib
|
|
||||||
vinstall libnvidia-fbc.so.${version} 755 usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue