aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pip.rb b/Library/Formula/pip.rb
index 7da0a9abd..fd89b88ee 100644
--- a/Library/Formula/pip.rb
+++ b/Library/Formula/pip.rb
@@ -42,7 +42,7 @@ class Pip <Formula
# Replace placeholders with HOMEBREW paths
s.gsub! '#BUILD_PREFIX#', "'#{var}/pip/build'"
s.gsub! '#SRC_PREFIX#', "'#{var}/pip/src'"
- s.gsub! '#STORAGE_DIR#', "'#{var}/pip/pip.log'"
+ s.gsub! '#STORAGE_DIR#', "'#{var}/pip'"
s.gsub! '#CONFIG_FILE#', "'#{etc}/pip.conf'"
s.gsub! '#LOG_FILE#', "'#{var}/pip/pip.log'"
end