diff options
Diffstat (limited to 'Library/Formula/grc.rb')
| -rw-r--r-- | Library/Formula/grc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb index af06571b9..763229b80 100644 --- a/Library/Formula/grc.rb +++ b/Library/Formula/grc.rb @@ -10,7 +10,6 @@ class Grc < Formula conflicts_with 'cc65', :because => 'both install `grc` binaries' def install - #TODO we should deprefixify since it's python and thus possible inreplace ['grc', 'grc.1'], '/etc', etc inreplace ['grcat', 'grcat.1'], '/usr/local', prefix inreplace ['grc', 'grcat'], '#! /usr/bin/python', '#!/usr/bin/env python' |
