aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 6e7a8ef58..6f9f4d069 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -383,7 +383,7 @@ class Pathname
dst.mkpath
Pathname.glob("#{self}/*") do |file|
next if file.directory?
- dst.install_p file
+ dst.install(file)
new_file = dst+file.basename
file.write_env_script(new_file, env)
end