aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/falcon.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-07 14:34:39 -0700
committerAdam Vandenberg2010-09-07 14:36:51 -0700
commit1f5f63142796bd58d6f0ca11687898457cf20447 (patch)
tree749b6721b0c52edbc08a80603b97d7da2598a3a4 /Library/Formula/falcon.rb
parent127b3c544f17b79fa99bbeda5c75292039a63fc2 (diff)
downloadhomebrew-1f5f63142796bd58d6f0ca11687898457cf20447.tar.bz2
brew-audit - catch more interpolation style issues
Diffstat (limited to 'Library/Formula/falcon.rb')
-rw-r--r--Library/Formula/falcon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/falcon.rb b/Library/Formula/falcon.rb
index 50dc69cdf..1518efcdf 100644
--- a/Library/Formula/falcon.rb
+++ b/Library/Formula/falcon.rb
@@ -24,7 +24,7 @@ class Falcon <Formula
def install
cmake_opts = "-DCMAKE_INSTALL_NAME_DIR=#{lib}"
ENV.append "EXTRA_CMAKE", cmake_opts
- system "./build.sh", "-p", "#{prefix}", "-int", "-el"
+ system "./build.sh", "-p", prefix, "-int", "-el"
system "./build.sh", "-i"
# install the htmldocs for the core and standard modules (feathers)
FalconHtmldocs.new.brew { (doc+'core-doc').install Dir['*'] }