aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 6a7a9336a..7033a1e51 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -264,9 +264,9 @@ class Formula
mkdir_p logs
mv 'config.log', logs
end
- if File.exist? 'CMakeLists.txt'
+ if File.exist? 'CMakeCache.txt'
mkdir_p logs
- mv 'CMakeLists.txt', logs
+ mv 'CMakeCache.txt', logs
end
raise
end