Skip to content

Commit c422f77

Browse files
committed
Gawk not awk
1 parent a7fec96 commit c422f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-opam/linux.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module RPM = struct
5252
let dev_packages ?extra () =
5353
install
5454
"sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar curl xz \
55-
libX11-devel which m4 diffutils findutils%s"
55+
libX11-devel which m4 gawk diffutils findutils%s"
5656
(match extra with None -> "" | Some x -> " " ^ x)
5757

5858
let ocaml_depexts v =

src-opam/opam.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ let yum_opam2 ?(labels = []) ?arch ~yum_workaround ~enable_powertools
401401
@@ workaround @@ Linux.RPM.update
402402
@@ Linux.RPM.groupinstall dnf_version c_devtools_libs
403403
@@ Linux.RPM.install
404-
"git patch unzip which tar curl xz libcap-devel openssl sudo bzip2 awk"
404+
"git patch unzip which tar curl xz libcap-devel openssl sudo bzip2 gawk"
405405
@@ Linux.Git.init ()
406406
@@ maybe_build_bubblewrap_from_source distro
407407
@@ install_opams ~prefix:"/usr" opam_master_hash opam_branches

0 commit comments

Comments
 (0)