This commit is contained in:
parent
abffea3d0a
commit
98172f440f
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
2
|
1
|
@ -18,8 +18,8 @@ ifeq (amd64,$(DEB_HOST_ARCH))
|
|||||||
# Extract all manpages
|
# Extract all manpages
|
||||||
gunzip debian/tmp/*.1.gz -k
|
gunzip debian/tmp/*.1.gz -k
|
||||||
# Apply the patch from ./debian/patches/0001.patch
|
# Apply the patch from ./debian/patches/0001.patch
|
||||||
patch -Np2 -i $(srcdir)/debian/patches/0001.patch -d $(srcdir)/debian/tmp/kernel
|
patch -Np2 -i $(env | grep -w "PWD" | cut -c5-)/debian/patches/0001.patch -d $(env | grep -w "PWD" | cut -c5-)/debian/tmp/kernel
|
||||||
patch -Np2 -i $(srcdir)/debian/patches/0001.patch -d $(srcdir)/debian/tmp/kernel-open
|
patch -Np2 -i $(env | grep -w "PWD" | cut -c5-)/debian/patches/0001.patch -d $(env | grep -w "PWD" | cut -c5-)/debian/tmp/kernel-open
|
||||||
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user