Merge pull request #4778 from aluft/add_all_mtools

Thanks :)
This commit is contained in:
Christian Hewitt 2016-02-26 12:30:34 +04:00
commit 610e9bfeea

View File

@ -29,12 +29,4 @@ PKG_SECTION="tools"
PKG_SHORTDESC="mtools: A collection of utilities to access MS-DOS disks"
PKG_LONGDESC="mtools: A collection of utilities to access MS-DOS disks"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_AUTORECONF="yes"
makeinstall_host() {
$STRIP mtools
mkdir -p $ROOT/$TOOLCHAIN/sbin
cp -P mtools mformat mcopy mmd $ROOT/$TOOLCHAIN/sbin
}