aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-29 20:37:43 -0800
committerAdam Vandenberg2012-02-29 20:37:43 -0800
commit1fde49af0b5b490688c5ef8cf6274502825435aa (patch)
tree36a4e93c62e6c9eab0d67537b22820cea510f516 /Library/Formula
parent201f1bb27caa79b3ac83d5b4ec304712d74ac072 (diff)
downloadhomebrew-1fde49af0b5b490688c5ef8cf6274502825435aa.tar.bz2
auctex: remove silly concatenation
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/auctex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb
index 746a45016..7a8aced00 100644
--- a/Library/Formula/auctex.rb
+++ b/Library/Formula/auctex.rb
@@ -34,7 +34,7 @@ class Auctex < Formula
exit 1
end
- brew_lispdir = share + 'emacs' + 'site-lisp'
+ brew_lispdir = share + 'emacs/site-lisp'
brew_texmf = share + 'texmf'
# configure fails if the texmf dir is not there yet
brew_texmf.mkpath