mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/nvidia-driver: Don't create unneeded $libdir/vdpau/
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7882afc0ad
commit
cdc5be0246
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ chown -R root:root .
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/xorg/modules/{drivers,extensions} \
|
||||
$PKG/etc/OpenCL/vendors/ $PKG/usr/lib$LIBDIRSUFFIX/{tls,vdpau} \
|
||||
$PKG/etc/OpenCL/vendors/ $PKG/usr/lib$LIBDIRSUFFIX/tls \
|
||||
$PKG/usr/{bin,man/man1,sbin} $PKG/usr/share/{applications,pixmaps} \
|
||||
$PKG/usr/include/GL
|
||||
|
||||
|
@ -129,7 +129,7 @@ install -m 644 nvidia.icd $PKG/etc/OpenCL/vendors/
|
|||
|
||||
# Add optional 32-bit support
|
||||
if [ "$ARCH" = "x86_64" -a "${COMPAT32}" = "yes" ]; then
|
||||
mkdir -p $PKG/usr/lib/{tls,vdpau}
|
||||
mkdir -p $PKG/usr/lib/tls
|
||||
|
||||
install -m 755 32/libcuda.so.$VERSION $PKG/usr/lib/
|
||||
install -m 755 32/libGL.so.$VERSION $PKG/usr/lib/
|
||||
|
|
Loading…
Reference in a new issue