aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chktex.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/chktex.rb b/Library/Formula/chktex.rb
index a9eb63674..c35b2a141 100644
--- a/Library/Formula/chktex.rb
+++ b/Library/Formula/chktex.rb
@@ -5,6 +5,8 @@ class Chktex < Formula
url 'http://download.savannah.gnu.org/releases/chktex/chktex-1.7.1.tar.gz'
sha1 'ed94b96ed8ce65fb1cef1b5fc019045c5b2dd8a8'
+ env :userpaths
+
def install
system "./configure", "--prefix=#{prefix}"
system "make install"