aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/cabal-install.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/cabal-install.rb b/Library/Formula/cabal-install.rb
index 5af9048c5..98c4b74b3 100644
--- a/Library/Formula/cabal-install.rb
+++ b/Library/Formula/cabal-install.rb
@@ -11,8 +11,6 @@ class CabalInstall < Formula
ENV['PREFIX'] = "#{prefix}"
system "sh bootstrap.sh"
- cellar_etc = prefix + 'etc'
- bash_completion_d = cellar_etc + 'bash_completion.d'
- bash_completion_d.install 'bash-completion/cabal'
+ (prefix+'etc/bash_completion.d').install 'bash-completion/cabal'
end
end