Adjust BOTTLE_EXTNAME_RX for :snow_leopard_32

This commit is contained in:
Jack Nagel 2013-03-09 17:34:25 -06:00
parent 303feacdd9
commit ed0a737a39

View File

@ -5,7 +5,7 @@ require 'mach'
class Pathname
include MachO
BOTTLE_EXTNAME_RX = /(\.[a-z_]+\.bottle\.(\d+\.)?tar\.gz)$/
BOTTLE_EXTNAME_RX = /(\.[a-z_]+(32)?\.bottle\.(\d+\.)?tar\.gz)$/
def install *sources
results = []