mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-24 09:11:34 +01:00
dosfstools installed programs in /usr/sbin which overlap with what busybox provides in /sbin (mkfs.vfat, mkdosfs). /sbin has priority over /usr/sbin on alpine and there is no mechanism to remove overlapping commands in such case, so change dosfstools to install in /sbin directly instead: - installing dosfstools will overwrite busybox-provided symlinks - removing dosfstools will run busybox trigger and restore the symlink - upgrading busybox itself does not mess with these links either Fixes #13194.