aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-18 18:47:28 -0500
committerJack Nagel2014-07-18 19:00:45 -0500
commit52c9f9cdd5e519daa14ae0d16fdefea7b61fdbc1 (patch)
tree503f4b01bd414a388047d9224b4c29afdc6b1050 /Library/Formula
parent80187a37398f5eed44457dbee5eed74509ff9bdc (diff)
downloadhomebrew-52c9f9cdd5e519daa14ae0d16fdefea7b61fdbc1.tar.bz2
quazip: move qztest to bin
Closes #30940. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/quazip.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/quazip.rb b/Library/Formula/quazip.rb
index 48877ea8d..04818885a 100644
--- a/Library/Formula/quazip.rb
+++ b/Library/Formula/quazip.rb
@@ -29,12 +29,11 @@ class Quazip < Formula
args = %W[-config release -spec #{spec}]
system "qmake", *args
system "make"
- libexec.install "qztest"
+ bin.install "qztest"
end
end
test do
- ENV["DYLD_LIBRARY_PATH"] = "#{lib}"
- system "#{libexec}/qztest"
+ system "#{bin}/qztest"
end
end