aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jsdoc-toolkit.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-08 10:20:15 -0700
committerAdam Vandenberg2010-08-08 11:24:36 -0700
commit2e7d624242adf41918ff2fb725032c5da8c8a926 (patch)
tree7333058abfbb7532a1a950a9b107466211e5e13e /Library/Formula/jsdoc-toolkit.rb
parent90e8a6309a4f05544894dc320ac4635b895d606e (diff)
downloadhomebrew-2e7d624242adf41918ff2fb725032c5da8c8a926.tar.bz2
Update formulae to use path shortcuts
Diffstat (limited to 'Library/Formula/jsdoc-toolkit.rb')
-rw-r--r--Library/Formula/jsdoc-toolkit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jsdoc-toolkit.rb b/Library/Formula/jsdoc-toolkit.rb
index 87fad056d..f18c24d54 100644
--- a/Library/Formula/jsdoc-toolkit.rb
+++ b/Library/Formula/jsdoc-toolkit.rb
@@ -6,7 +6,7 @@ class JsdocToolkit <Formula
sha1 'd8c3977cee202c06a9d6a85b2b9b068d21309fad'
def install
- system "/bin/echo '#!/bin/ksh\nJSDOCDIR=\"#{prefix}/libexec/jsdoc-toolkit\"' > jsdoc"
+ system "/bin/echo '#!/bin/ksh\nJSDOCDIR=\"#{libexec}/jsdoc-toolkit\"' > jsdoc"
system "/usr/bin/grep -v \"^echo \\$CMD$\" jsdoc-toolkit/jsrun.sh >> jsdoc"
bin.install 'jsdoc'