aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-09 13:56:22 +0000
committerMike McQuaid2014-02-09 14:13:02 +0000
commit44cb1c8efee3998238b37c9029f83c83568f8054 (patch)
tree38761aa6705b31cea8c3d874c07f14f03946e28a /Library/Formula
parentcd7dfa11585978c56b63e1dd2b210c232cc9c795 (diff)
downloadhomebrew-44cb1c8efee3998238b37c9029f83c83568f8054.tar.bz2
calc: install scripts into libexec
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/calc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/calc.rb b/Library/Formula/calc.rb
index 438116be6..6df233246 100644
--- a/Library/Formula/calc.rb
+++ b/Library/Formula/calc.rb
@@ -40,6 +40,7 @@ class Calc < Formula
system "make"
system "make install"
+ libexec.install "#{bin}/cscript"
end
test do