mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
dosfstools: install fsck.fat and fatlabel to toolchain
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -41,4 +41,7 @@ makeinstall_host() {
|
||||
mkdir -p $TOOLCHAIN/sbin
|
||||
cp mkfs.fat $TOOLCHAIN/sbin
|
||||
ln -sf mkfs.fat $TOOLCHAIN/sbin/mkfs.vfat
|
||||
cp fsck.fat $TOOLCHAIN/sbin
|
||||
ln -sf fsck.fat $TOOLCHAIN/sbin/fsck.vfat
|
||||
cp fatlabel $TOOLCHAIN/sbin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user