shocco: use partial resource installation

This commit is contained in:
Jack Nagel 2013-09-17 21:43:04 -05:00
parent 8ae0093754
commit fc1553b051

View file

@ -25,7 +25,7 @@ class Shocco < Formula
end
def install
resource('pygments').stage { libexec.install 'pygmentize','pygments' }
libexec.install resource('pygments').files('pygmentize', 'pygments')
system "./configure",
"PYGMENTIZE=#{libexec}/pygmentize",