Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/woeusb: chk_rt_deps: Fix mkfs.fat detection, fixes #106
This patch fixed two issues: * `mkfs.msdos` detection is not working due to typo * `mkfs.vfat` and `mkfs.fat` not detected, which the latter is used by current dosfstools ``` The ./configure script has an option --enable-compat-symlinks that will configure the build to symlink older names of the tools to the current ones on installation. These are dosfsck, fsck.msdos and fsck.vfat for fsck.fat, mkdosfs, mkfs.msdos and mkfs.vfat for mkfs.fat and dosfslabel for fatlabel ``` Reported-by: Jens(schiffsratte) <https://github.com/schiffsratte> Related-GitHub-Issue: make compatible with dosfstools 4 · Issue #106 · slacka/WoeUSB <https://github.com/slacka/WoeUSB/issues/106> Signed-off-by: 林博仁 <[email protected]>
- Loading branch information