flock: declare conflict with util-linux

master
Adrian Ho 2023-01-06 19:04:46 +08:00 committed by Rui Chen
parent dfeb72c65e
commit 1ffef4575e
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ class Flock < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca5c17cfc66b0b2589e07c696cfbe385addb1ed8905c5d851d64b2dbbee00940" sha256 cellar: :any_skip_relocation, x86_64_linux: "ca5c17cfc66b0b2589e07c696cfbe385addb1ed8905c5d851d64b2dbbee00940"
end end
on_linux do
conflicts_with "util-linux", because: "both install `flock` binaries"
end
def install def install
system "./configure", *std_configure_args, system "./configure", *std_configure_args,
"--disable-debug", "--disable-debug",