This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/packages/syslinux/host.bash

11 lines
233 B
Bash
Raw Normal View History

2013-07-13 17:19:22 +01:00
source $PKG_COMMON
host_install()
{
$cmd_make clean &&
$cmd_make &&
cp -d extlinux/extlinux ${cfg_dir_toolchain}/bin &&
mkdir -p ${cfg_dir_toolchain}/boot &&
cp -d mbr/mbr.bin ${cfg_dir_toolchain}/boot/mbr.bin
}