mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Add all mtools during host install step.
Especially mattrib which is used by syslinux.mtools during make image When absent, this error is observed: make image > image: installing extlinux to part1... > sh: mattrib: command not found > syslinux.mtools: warning: failed to set system bit on ldlinux.sys > sh: mattrib: command not found > syslinux.mtools: warning: failed to set system bit on ldlinux.c32 > image: copying files to part1...
This commit is contained in:
@@ -36,5 +36,5 @@ makeinstall_host() {
|
||||
$STRIP mtools
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/sbin
|
||||
cp -P mtools mformat mcopy mmd $ROOT/$TOOLCHAIN/sbin
|
||||
find . -type l -exec cp -P \{\} $ROOT/$TOOLCHAIN/sbin \;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user