diff options
| author | Jack Nagel | 2014-07-20 18:37:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-20 18:37:49 -0500 |
| commit | 5abcfad97e478e69cc2e653a06f17821f8cabb43 (patch) | |
| tree | 98f4f908249ba1b18e12cee47237ac54a74a3775 /Library | |
| parent | 8b5397fa2857e197bebf7505368f26e49e78d247 (diff) | |
| download | brew-5abcfad97e478e69cc2e653a06f17821f8cabb43.tar.bz2 | |
Fix install names in files in sbin
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg_fix_install_names.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg_fix_install_names.rb b/Library/Homebrew/keg_fix_install_names.rb index 933a1ce73..7a827b3d4 100644 --- a/Library/Homebrew/keg_fix_install_names.rb +++ b/Library/Homebrew/keg_fix_install_names.rb @@ -151,7 +151,7 @@ class Keg def mach_o_files mach_o_files = [] - dirs = %w{bin lib Frameworks} + dirs = %w{bin sbin lib Frameworks} dirs.map! { |dir| path.join(dir) } dirs.reject! { |dir| not dir.directory? } |
