hexchat: use Formula[]

master
Adam Vandenberg 2014-02-24 22:36:39 -08:00
parent 730f82b5f5
commit 1747180a6f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Hexchat < Formula
end
# The locations of the gettext dependencies are hardcoded, so copy them
gettext = Formula.factory('gettext').opt_prefix/'share/gettext'
gettext = Formula['gettext'].opt_prefix/'share/gettext'
cp_r ["#{gettext}/intl", "#{gettext}/po"], "."
system "autoreconf -vi"