/usr/src/blcr-0.8.2/dkms.conf is in blcr-dkms 0.8.2-15ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # DKMS configuration for the blcr kernel module. -*- sh -*-
# The version is replaced at build time by debian/rules.
PACKAGE_NAME=blcr
IMPORTS=_imports
PACKAGE_VERSION="0.8.2"
BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
BUILT_MODULE_LOCATION[0]="cr_module/kbuild/"
DEST_MODULE_LOCATION[0]="/extra"
BUILT_MODULE_NAME[1]="$PACKAGE_NAME$IMPORTS"
BUILT_MODULE_LOCATION[1]="blcr_imports/kbuild/"
DEST_MODULE_LOCATION[1]="/extra"
AUTOINSTALL=yes
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
CLEAN="make -C ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build -k clean distclean || true"
|