From 3fa4062fba2e988360f99e3752e92cd5b4fb08e0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 May 2014 01:17:59 -0500 Subject: macvim: drop trailing slash from developer dir --- Library/Formula/macvim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 06f258b7d..e429d4e47 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -91,7 +91,7 @@ class Macvim < Formula # it is returned by `xcode-select -print-path` and already set by # Homebrew (in superenv). Instead Macvim needs the deeper dir to directly # append "SDKs/...". - args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer/" + args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer" end system "./configure", *args -- cgit v1.2.3