aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c85a5ad51..01cc8c2f2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -318,6 +318,7 @@ class Formula
require name
name = path.stem
install_type = :from_path
+ target_file = path.to_s
else
# For names, map to the path and then require
require self.path(name)