From ac140e5031ca2e1a42427a0f187a9a9e34744b55 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 20 Feb 2023 15:54:22 +0000 Subject: [PATCH] build: Remove non-existent ocaml/ directory from ocaml-dep script This was left over from when we split out guestfs-tools from libguestfs. It was harmless except for a warning message about the absent directory when we rebuilt dependencies. Fixes: commit 4354a3126152a2748cc9097cba139b3908ccc342 (cherry picked from commit c7432768dedfc560618adf63877b8c3d1dda1a76) --- ocaml-dep.sh.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ocaml-dep.sh.in b/ocaml-dep.sh.in index a97403e18..9546a1d49 100755 --- a/ocaml-dep.sh.in +++ b/ocaml-dep.sh.in @@ -43,7 +43,6 @@ common/mlutils common/mlvisit common/mlxml customize -ocaml " # Output file is always created in the current directory. -- 2.31.1