From: Stefano Rivera Date: Wed, 28 Oct 2015 04:59:36 +0000 (-0700) Subject: Enable autoinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=commitdiff_plain;h=e1ca3b41a5c51bfcf8645d806cbba0ee9f609220;hp=3bd6284d3e893d9b73da7cd86dcdd1759322bcd0 Enable autoinstall --- diff --git a/debian/dkms.conf b/debian/dkms.conf index 7d9d70b..91fed56 100644 --- a/debian/dkms.conf +++ b/debian/dkms.conf @@ -3,3 +3,4 @@ PACKAGE_VERSION=#MODULE_VERSION# MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" DEST_MODULE_LOCATION[0]=/extra +AUTOINSTALL="YES"