aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/makepkg.rb
diff options
context:
space:
mode:
authorFernando Ortiz2014-07-08 20:11:50 -0500
committerJack Nagel2014-07-10 09:44:20 -0500
commitf69053667684b43f43cbad15ff737307b46f0654 (patch)
treee0a93180a09e0ca8aaa5571d626243e9c1b3635a /Library/Formula/makepkg.rb
parent6285ff920a18119f4b95261677a6de17bc0b4f09 (diff)
downloadhomebrew-f69053667684b43f43cbad15ff737307b46f0654.tar.bz2
makepkg: install everything to make it work with pkgbuild-introspection package
Closes #30756. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/makepkg.rb')
-rw-r--r--Library/Formula/makepkg.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/Library/Formula/makepkg.rb b/Library/Formula/makepkg.rb
index d5537e24e..d44bf59e8 100644
--- a/Library/Formula/makepkg.rb
+++ b/Library/Formula/makepkg.rb
@@ -21,14 +21,7 @@ class Makepkg < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}"
- cd "scripts" do
- system "make", "makepkg"
- bin.install "makepkg"
- end
- cd "etc" do
- system "make", "makepkg.conf"
- etc.install "makepkg.conf"
- end
+ system "make", "install"
end
test do