util-linux: declare conflict with flock

master
Adrian Ho 2023-01-06 19:03:51 +08:00 committed by Rui Chen
parent 70e77dbc12
commit dfeb72c65e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class UtilLinux < Formula
depends_on "readline"
conflicts_with "bash-completion", because: "both install `mount`, `rfkill`, and `rtcwake` completions"
conflicts_with "flock", because: "both install `flock` binaries"
conflicts_with "rename", because: "both install `rename` binaries"
end