nvidia rebuild

This commit is contained in:
Rmys
2020-04-04 11:04:17 +03:00
parent 0cc93c1d3b
commit 79ecaa2655
3 changed files with 21 additions and 1 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ def setup():
% (arch, get.srcVERSION()))
shelltools.move("tmp/*", ".")
#5.5 patch icin
shelltools.move("tmp/.manifest", ".")
shelltools.system("patch -p1 < kernel-5.5.patch")
# Our libc is TLS enabled so use TLS library
shelltools.unlink("*-tls.so*")