From c808374b06a2bc88d176c92aefe1870beefc84a7 Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Mon, 17 Jul 2017 20:38:12 -0400 Subject: [PATCH] Use new syntax for checking out specific versions bison27 -> bison@2.7 --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index d6b3824..994b222 100755 --- a/bin/install +++ b/bin/install @@ -80,7 +80,7 @@ os_based_configure_options() { exit_if_homebrew_not_installed local freetype_path=$(homebrew_package_path freetype) - local bison27_path=$(homebrew_package_path bison27) + local bison27_path=$(homebrew_package_path bison@2.7) local gettext_path=$(homebrew_package_path gettext) local icu4c_path=$(homebrew_package_path icu4c) local jpeg_path=$(homebrew_package_path jpeg)