Skip to content

Commit

Permalink
e2fsprogs: copy mke2fs.conf for host install also
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg committed Sep 17, 2019
1 parent bb30b13 commit 7426ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sysutils/e2fsprogs/package.mk
Expand Up @@ -107,4 +107,6 @@ makeinstall_host() {
cp e2fsck/e2fsck $TOOLCHAIN/sbin
cp misc/mke2fs $TOOLCHAIN/sbin
cp misc/tune2fs $TOOLCHAIN/sbin
mkdir -p $TOOLCHAIN/etc
cp misc/mke2fs.conf $TOOLCHAIN/etc
}

0 comments on commit 7426ce1

Please sign in to comment.