aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-07-06 11:28:49 -0500
committerJack Nagel2013-07-06 11:29:33 -0500
commitb5d9025d22d2c06f0d5a746f3ad497cb2799cb62 (patch)
tree51c94c906091f42e371c16465da3254e2d1b6b93 /Library/Homebrew
parent527f80b83dad3d32e2029589bc4fef020d0ed213 (diff)
downloadbrew-b5d9025d22d2c06f0d5a746f3ad497cb2799cb62.tar.bz2
Don't use install_p directly
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index eed5d0383..6e582c703 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -62,6 +62,7 @@ class Pathname
return return_value
end
+ protected :install_p
# Creates symlinks to sources in this folder.
def install_symlink *sources
@@ -94,6 +95,7 @@ class Pathname
return dst
end
+ protected :install_symlink_p
# we assume this pathname object is a file obviously
def write content