aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 9fc54bef1..d640aa1e8 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -178,6 +178,9 @@ class Formula
def bash_completion; prefix+'etc/bash_completion.d' end
def zsh_completion; share+'zsh/site-functions' end
+ # for storing etc, var files for later copying from bottles
+ def bottle_prefix; prefix+'.bottle' end
+
# override this to provide a plist
def plist; nil; end
alias :startup_plist :plist