diff options
| author | Adam Vandenberg | 2012-02-29 20:37:43 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-29 20:37:43 -0800 |
| commit | 1fde49af0b5b490688c5ef8cf6274502825435aa (patch) | |
| tree | 36a4e93c62e6c9eab0d67537b22820cea510f516 /Library/Formula | |
| parent | 201f1bb27caa79b3ac83d5b4ec304712d74ac072 (diff) | |
| download | homebrew-1fde49af0b5b490688c5ef8cf6274502825435aa.tar.bz2 | |
auctex: remove silly concatenation
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/auctex.rb | 2 |
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 |
