Attempt to fix dkms install when fat is in use

This commit is contained in:
TBK 2019-03-13 03:08:38 +01:00
parent 9673317be7
commit 50982a4156
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Generated by makepkg 5.1.3 # Generated by makepkg 5.1.3
# Wed Mar 13 01:49:29 UTC 2019 # Wed Mar 13 02:06:50 UTC 2019
pkgbase = sdfat-dkms-git pkgbase = sdfat-dkms-git
pkgdesc = FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS pkgdesc = FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS
pkgver = 26.4f65bdd pkgver = 26.4f65bdd
@ -24,7 +24,7 @@ pkgbase = sdfat-dkms-git
source = fix-makefile.patch source = fix-makefile.patch
source = fix-module_alias.patch source = fix-module_alias.patch
sha512sums = SKIP sha512sums = SKIP
sha512sums = d61b198adef98554767c596e9708b64a6ed8cd2ffd382c8cb38938fc467d27e8849969ea94d803683d44397b4f5f0c512c01ed05d0f35fb03611f56401e19a31 sha512sums = a71f3c7fd5e3a5ec285dd2abde1e460ebb904353d0fe7dac5296685bcb395b9bdccf5caa7c01657fdf041a4761f221e6617e99dfed7b867c1c7dc93d1a740a52
sha512sums = 85c54950e69e342221343b8b542fda47f80b9a7104e1097a7f1c9a09f69758ef8881c238d2740f3a21aa2b5cdcb3b9b8224c731ec2e39fa4632f56c2df85bc84 sha512sums = 85c54950e69e342221343b8b542fda47f80b9a7104e1097a7f1c9a09f69758ef8881c238d2740f3a21aa2b5cdcb3b9b8224c731ec2e39fa4632f56c2df85bc84
sha512sums = a84005de882a14a29252956f009d9785435a1dff7e578537eb5d0f222e2d89925aa95f883cd7817becac384ebaa4cc44ef636a41ea8e063b306cfa33add54a69 sha512sums = a84005de882a14a29252956f009d9785435a1dff7e578537eb5d0f222e2d89925aa95f883cd7817becac384ebaa4cc44ef636a41ea8e063b306cfa33add54a69
sha512sums = c0e4d47b070373da4a3a201289fc56b734f6b31659d27b9772b48a2ea440247b0c619cf71a99dd02041d67ab9fbf9865ff443c70a456389dcc3b3ac985b229d1 sha512sums = c0e4d47b070373da4a3a201289fc56b734f6b31659d27b9772b48a2ea440247b0c619cf71a99dd02041d67ab9fbf9865ff443c70a456389dcc3b3ac985b229d1

View File

@ -7,7 +7,7 @@ CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKA
BUILT_MODULE_NAME="sdfat_fs" BUILT_MODULE_NAME="sdfat_fs"
DEST_MODULE_LOCATION="/kernel/fs/sdfat" DEST_MODULE_LOCATION="/kernel/fs/sdfat"
MODULES_CONF_OBSOLETES[0]="fat,vfat,exfat" MODULES_CONF_OBSOLETES[0]="msdos,vfat,fat,exfat"
AUTOINSTALL="yes" AUTOINSTALL="yes"
REMAKE_INITRD="yes" REMAKE_INITRD="yes"