libcec: style nit

This commit is contained in:
Dominyk Tiller 2015-07-14 22:37:04 +01:00
parent ff520abb0a
commit a17116a5c7

View file

@ -16,6 +16,7 @@ class Libcec < Formula
end
depends_on "cmake" => :build
needs :cxx11
# This patch can be removed with the next release bump
@ -32,14 +33,14 @@ class Libcec < Formula
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"
system "make install"
system "make", "install"
end
end
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"
system "make install"
system "make", "install"
end
end