diff --git a/Library/Contributions/cmds/brew-unpack.rb b/Library/Contributions/cmds/brew-unpack.rb index 86bab4eb57..eb00d2fffd 100755 --- a/Library/Contributions/cmds/brew-unpack.rb +++ b/Library/Contributions/cmds/brew-unpack.rb @@ -90,7 +90,7 @@ changes. ENV['VERBOSE'] = '1' # show messages about tar f.brew do cd Dir['*'][0] if Dir['*'].one? - mv getwd, stage_dir + cp_r getwd, stage_dir end ENV['VERBOSE'] = nil