aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorShaun Jackman2016-09-20 14:42:29 -0700
committerShaun Jackman2016-09-23 17:11:24 -0700
commit25df0c03d6abd79fbc103f3be9df38d48bd4f938 (patch)
treec793e210ff4dff00766554fc6f785b2c546c36d7 /Library/Homebrew/cmd
parent12aad5c65fee39c5f044e39ca1efcbed58aebd39 (diff)
downloadbrew-25df0c03d6abd79fbc103f3be9df38d48bd4f938.tar.bz2
Store the formula used to build the keg in the keg
Store the formula used to build the keg inside the keg in a file named NAME/VERSION/.brew/NAME.rb after removing the bottle do ... end block. See https://github.com/Homebrew/brew-evolution/pull/6. Closes https://github.com/Homebrew/brew/issues/931.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/list.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index 4fdd8a85e..d2eebb5f1 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -140,6 +140,8 @@ class PrettyListing
# dylibs have multiple symlinks and we don't care about them
(pnn.extname == ".dylib" || pnn.extname == ".pc") && !pnn.symlink?
end
+ when ".brew"
+ # Ignore .brew
else
if pn.directory?
if pn.symlink?