From ef53cd561996687c0380e6d094a3c5835516fa8f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 31 Jul 2017 11:16:17 +0200 Subject: [PATCH] daemon: ntfs: fix name of the ntfs-3g.probe tool Fixes commit 381c8b68c485730513c14e9e84a4c66379f69845, which forgot to add the dash in the name. --- builder/templates/make-template.ml | 2 +- daemon/ntfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index 7b46bdacb..f469ec2fd 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -120,7 +120,7 @@ let rec main () = (* Some architectures need EFI boot. *) let tmpefivars = match os, arch with - | (Fedora _|RHEL _), Aarch64 -> + | (Fedora _|RHEL _|Debian _), Aarch64 -> let vars = Sys.getcwd () // sprintf "%s.vars" tmpname in let cmd = sprintf "cp /usr/share/edk2/aarch64/vars-template-pflash.raw %s" diff --git a/daemon/ntfs.c b/daemon/ntfs.c index 878f6e58a..e5754ce3f 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -34,7 +34,7 @@ int optgroup_ntfs3g_available (void) { - return prog_exists ("ntfs3g.probe"); + return prog_exists ("ntfs-3g.probe"); } int