aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fsh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fsh.rb')
-rw-r--r--Library/Formula/fsh.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb
index 8e7cf8245..a792b1788 100644
--- a/Library/Formula/fsh.rb
+++ b/Library/Formula/fsh.rb
@@ -8,13 +8,13 @@ class Fsh <Formula
def install
# FCNTL was deprecated and needs to be changed to fcntl
system "find . -type f -exec sed -i \"\" 's/FCNTL/fcntl/g' {} \\;"
-
+
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
-
+
cd bin do
inreplace ["fsh", "fshd", "in.fshd"],
- "#! /usr/local/bin/python", "#!/usr/bin/env python"
+ "#! /usr/local/bin/python", "#!/usr/bin/env python"
end
end
end