2014-07-17 00:27:33 +00:00
|
|
|
PACKAGE_VERSION="@@VERSION@@"
|
|
|
|
|
|
|
|
# Items below here should not have to change with each driver version
|
|
|
|
PACKAGE_NAME="u2mfn"
|
|
|
|
|
|
|
|
BUILT_MODULE_NAME[0]="u2mfn"
|
|
|
|
DEST_MODULE_LOCATION[0]="/extra/"
|
2015-11-08 02:51:18 +00:00
|
|
|
AUTOINSTALL=yes
|
2019-06-03 21:42:11 +00:00
|
|
|
# BUILD_EXCLUSIVE_KERNEL doesn't support negation :(
|
|
|
|
if echo "$kernelver"|grep -q qubes; then
|
|
|
|
BUILD_EXCLUSIVE_KERNEL=not-on-qubes-kernel
|
|
|
|
fi
|