]> git.proxmox.com Git - mirror_spl.git/blame - dkms.conf.in
Change spl-kmod-devel install path
[mirror_spl.git] / dkms.conf.in
CommitLineData
d83d25c2
PS
1AUTOINSTALL="yes"
2PACKAGE_NAME="@PACKAGE@"
3PACKAGE_VERSION="@VERSION@"
4PRE_BUILD="configure
5 --prefix=/usr
6 --with-config=kernel
7 --with-linux=$(case `lsb_release -is` in
8 (Debian) echo ${kernel_source_dir/%build/source} ;;
9 (*) echo ${kernel_source_dir} ;;
10 esac)
11 --with-linux-obj=${kernel_source_dir}
12"
13POST_INSTALL="dkms.postinst -a ${arch} -k ${kernelver} -t ${dkms_tree}
14 -n ${PACKAGE_NAME} -v ${PACKAGE_VERSION}
15"
16REMAKE_INITRD="no"
17MAKE[0]="make"
18BUILT_MODULE_NAME[0]="spl"
19BUILT_MODULE_LOCATION[0]="module/spl/"
20DEST_MODULE_LOCATION[0]="/extra/spl/spl"
21BUILT_MODULE_NAME[1]="splat"
22BUILT_MODULE_LOCATION[1]="module/splat/"
23DEST_MODULE_LOCATION[1]="/extra/splat/splat"