Update nvidia-graphics-drivers-565/debian/rules

This commit is contained in:
ferreo 2024-10-22 19:09:18 +02:00
parent 2bc1524aaf
commit 835a7a4002

View File

@ -19,7 +19,7 @@ ifeq (amd64,$(DEB_HOST_ARCH))
gunzip debian/tmp/*.1.gz -k gunzip debian/tmp/*.1.gz -k
# NVENC/NvFBC # NVENC/NvFBC
sed -i 's/\xe8\x35\x3e\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x3e\xfe\xff\x29\xc0\x41\x89\xc4/g' "debian/tmp/libnvidia-encode.so.565.57.01" sed -i 's/\xe8\x35\x3e\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x3e\xfe\xff\x29\xc0\x41\x89\xc4/g' "debian/tmp/libnvidia-encode.so.565.57.01"
sed -i 's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' "debian/tmp/libnvidia-fbc.so.565.57.01" sed -i 's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' "debian/tmp/libnvidia-fbc.so.565.57.01"
endif endif
# i386 (x86) build # i386 (x86) build