This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-02 17:18:27 +03:00 committed by GitHub
parent 0bc8fde9e7
commit 65199f2e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -26,6 +26,9 @@ dpkg-deb -x ./nvidia-dkms-$DRIVER*.deb /
# Build package
dpkg-buildpackage --no-sign
echo 'DKMS MAKEFILE LOG:'
apt install -y tree
tree
# Move the debs to output
cd ../

View File

@ -10,6 +10,3 @@ install:
install -Dt "$(DESTDIR)/usr/lib/modules/"${KERNEL}"/extramodules" -m644 nvidia/"${DRIVER}"/"${KERNEL}"/"${CARCH}"/module/*
find "$(DESTDIR)" -name '*.ko' -exec xz -T1 {} +
clean:
echo 'DKMS MAKEFILE LOG:'
cat nvidia/"${DRIVER}"/"${KERNEL}"/"${CARCH}/log/make.log