Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kernel-open/dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ PACKAGE_NAME="nvidia"
PACKAGE_VERSION="__VERSION_STRING"
AUTOINSTALL="yes"

# Ensure shell scripts are executable before building. DKMS may not preserve
# file permissions when copying source to the build directory.
PRE_BUILD="find . -type f -name '*.sh' -exec chmod +x {} +"

# By default, DKMS will add KERNELRELEASE to the make command line; however,
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
Expand Down