From: Vincent Bernat Date: Sat, 13 Jul 2013 15:40:53 +0000 (+0200) Subject: osx: fix a syntax error in Homebrew formula X-Git-Tag: 0.7.7~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ed2b9ad9b4f6ae8ce24a918633ded83fda32802;p=thirdparty%2Flldpd.git osx: fix a syntax error in Homebrew formula --- diff --git a/osx/lldpd.rb b/osx/lldpd.rb index db120a5a..d68c2740 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -17,6 +17,7 @@ class Lldpd < Formula def patches # Don't try to install provided launchd plist (outside of prefix) "https://raw.github.com/vincentbernat/lldpd/master/osx/dont-install-launchd-plist.patch" + end def install readline = Formula.factory 'readline'