diff --git a/Formula/dev-bottle-unneeded.rb b/Formula/dev-bottle-unneeded.rb index 19dc8da..36da024 100644 --- a/Formula/dev-bottle-unneeded.rb +++ b/Formula/dev-bottle-unneeded.rb @@ -15,6 +15,7 @@ class DevBottleUnneeded < Formula conflicts_with "youtube-dl", because: "both install a `youtube-dl` binary" def install + # Adding a comment system "make", "PREFIX=#{prefix}" if build.head? bin.install "youtube-dl" man1.install "youtube-dl.1" diff --git a/Formula/dev-bottle.rb b/Formula/dev-bottle.rb index 421d878..8210a0a 100644 --- a/Formula/dev-bottle.rb +++ b/Formula/dev-bottle.rb @@ -14,6 +14,7 @@ class DevBottle < Formula conflicts_with "aescrypt", because: "both install `aescrypt` and `aesget` binaries" def install + # Adding a comment system "./configure" system "make" bin.install "aescrypt", "aesget"