Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
commit format check (modifies two files)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylan12 committed Nov 26, 2020
1 parent eeb967f commit e640a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/dev-bottle-unneeded.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class DevBottleUnneeded < Formula
conflicts_with "youtube-dl", because: "both install a `youtube-dl` binary"

def install
# Changing the comment
system "make", "PREFIX=#{prefix}" if build.head?
bin.install "youtube-dl"
man1.install "youtube-dl.1"
Expand Down
1 change: 1 addition & 0 deletions Formula/dev-bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class DevBottle < Formula
conflicts_with "aescrypt", because: "both install `aescrypt` and `aesget` binaries"

def install
# Changing the comment
system "./configure"
system "make"
bin.install "aescrypt", "aesget"
Expand Down

0 comments on commit e640a2d

Please sign in to comment.