Fix Check_package invocation in binary_hdd for ntfs-3g

/sbin/mkfs.nfts -> /sbin/mkfs.ntfs
This commit is contained in:
Raphaël Hertzog 2018-02-14 18:49:36 +01:00
parent bf73aede69
commit 96e73960b3
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -9,6 +9,8 @@ live-build (1:20171208) UNRELEASED; urgency=medium
consistent with the i386/amd64 autodetection entries.
Closes: #884591 Thanks to Adrian Gibanel Lopez for the patch.
* Add e2fsprogs to Suggests along with mtd-utils, parted. Closes: #887278
* Fix Check_package invocation in binary_hdd for ntfs-3g
(/sbin/mkfs.nfts -> /sbin/mkfs.ntfs)
-- Raphaël Hertzog <hertzog@debian.org> Thu, 21 Dec 2017 14:14:04 +0100

View File

@ -50,7 +50,7 @@ case "${LB_BINARY_FILESYSTEM}" in
;;
ntfs)
Check_package chroot /sbin/mkfs.nfts ntfs-3g
Check_package chroot /sbin/mkfs.ntfs ntfs-3g
;;
esac