diff options
Diffstat (limited to 'Library/Formula/quazip.rb')
| -rw-r--r-- | Library/Formula/quazip.rb | 5 |
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 |
