aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-libav.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gst-libav.rb b/Library/Formula/gst-libav.rb
index d83e14c61..35f0773f9 100644
--- a/Library/Formula/gst-libav.rb
+++ b/Library/Formula/gst-libav.rb
@@ -16,6 +16,6 @@ class GstLibav < Formula
end
test do
- system "#{bin}/gst-inspect-1.0", "libav"
+ system "#{Formula.factory("gstreamer").opt_prefix}/bin/gst-inspect-1.0", "libav"
end
end