Fix Check_package invocation in binary_hdd for ntfs-3g
/sbin/mkfs.nfts -> /sbin/mkfs.ntfs
This commit is contained in:
parent
bf73aede69
commit
96e73960b3
|
@ -9,6 +9,8 @@ live-build (1:20171208) UNRELEASED; urgency=medium
|
||||||
consistent with the i386/amd64 autodetection entries.
|
consistent with the i386/amd64 autodetection entries.
|
||||||
Closes: #884591 Thanks to Adrian Gibanel Lopez for the patch.
|
Closes: #884591 Thanks to Adrian Gibanel Lopez for the patch.
|
||||||
* Add e2fsprogs to Suggests along with mtd-utils, parted. Closes: #887278
|
* 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
|
-- Raphaël Hertzog <hertzog@debian.org> Thu, 21 Dec 2017 14:14:04 +0100
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ case "${LB_BINARY_FILESYSTEM}" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ntfs)
|
ntfs)
|
||||||
Check_package chroot /sbin/mkfs.nfts ntfs-3g
|
Check_package chroot /sbin/mkfs.ntfs ntfs-3g
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue