aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatt Stevens2011-06-06 07:01:48 -0600
committerAdam Vandenberg2011-06-06 07:36:03 -0700
commitae4e418437fa4be18adbf8f82e96e3d4c607a647 (patch)
tree74db37e9a659275e0c957afe392517634db05e02 /Library/Formula
parent066acdac50fc840dd48b5a8e4ff8bfbdcefa8331 (diff)
downloadhomebrew-ae4e418437fa4be18adbf8f82e96e3d4c607a647.tar.bz2
tarsnap: Read tarsnap.conf from etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tarsnap.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/tarsnap.rb b/Library/Formula/tarsnap.rb
index e3dbb741d..9e1c0b0a5 100644
--- a/Library/Formula/tarsnap.rb
+++ b/Library/Formula/tarsnap.rb
@@ -9,7 +9,8 @@ class Tarsnap < Formula
def install
system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ "--prefix=#{prefix}",
+ "--sysconfdir=#{etc}"
system "make install"
end
end