Skip to content

Commit

Permalink
terminus-font: fix audit warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Oct 10, 2011
1 parent 633d737 commit 8fa141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fonts/terminus-font.rb
Expand Up @@ -7,7 +7,7 @@ class TerminusFont < Formula

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--x11dir=#{share}/fonts"
"--x11dir=#{share}/fonts"
system "make"
system "make install fontdir"
system "mkfontdir #{share}/fonts"
Expand Down

0 comments on commit 8fa141d

Please sign in to comment.