Skip to content

Commit 9ffde10

Browse files
committed
wcurl: conflicts_with curl
Signed-off-by: Rui Chen <[email protected]>
1 parent 6e893f1 commit 9ffde10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/w/wcurl.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class Wcurl < Formula
1212

1313
depends_on "curl"
1414

15+
conflicts_with "curl", because: "both install `wcurl` binary"
16+
1517
def install
1618
inreplace "wcurl", "CMD=\"curl \"", "CMD=\"#{Formula["curl"].opt_bin}/curl\""
1719
bin.install "wcurl"

0 commit comments

Comments
 (0)