From 36e3fbf840ec73468c39aaf12f4e98f17f28831e Mon Sep 17 00:00:00 2001 From: George Kulakowski Date: Thu, 17 Feb 2011 21:37:49 -0500 Subject: Fix a halfway-done path change Commit ca61263... `Cleanup copying config.*' changes absolute to relative paths in a few places. In recode.rb it is done incorrectly. This commit finishes the change. Signed-off-by: Adam Vandenberg --- Library/Formula/recode.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/recode.rb b/Library/Formula/recode.rb index d0e65252c..05505ba9e 100644 --- a/Library/Formula/recode.rb +++ b/Library/Formula/recode.rb @@ -19,9 +19,6 @@ class Recode < Formula cp Dir["#{MacOS.xcode_prefix}/usr/share/libtool/config.*"], "." end - cp "#{libtool_config}/config.guess", "." - cp "#{libtool_config}/config.sub", "." - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--without-included-gettext", "--infodir=#{info}", -- cgit v1.2.3