shocco: use partial resource installation
This commit is contained in:
parent
8ae0093754
commit
fc1553b051
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue