Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
tig: set sysconfdir
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Feb 17, 2012
1 parent 19e393e commit b00f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/tig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Tig < Formula
md5 '4fa9e33c5daa76b6fed11e068405356f'

def install
system "./configure", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
system "make install"
system "make install-doc-man"

Expand Down

0 comments on commit b00f957

Please sign in to comment.