geoip: add missing sed comment.

master
Mike McQuaid 2012-07-26 14:53:46 +01:00
parent 63eed857a3
commit cc179d9e9e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class Geoip < Formula
end
def install
# Fix issue with sed barfing on unicode characters on Mountain Lion.
ENV.delete('LANG')
ENV.universal_binary if ARGV.build_universal?