From 4c2b816d7e768736e8f9a7246dc45010b75ed600 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 25 Mar 2011 16:44:07 -0400 Subject: acprep change needed for optimized builds on my system --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acprep b/acprep index d0504efc..644e152d 100755 --- a/acprep +++ b/acprep @@ -36,7 +36,7 @@ LEVELS = {'DEBUG': logging.DEBUG, 'ERROR': logging.ERROR, 'CRITICAL': logging.CRITICAL} -search_prefixes = [ '/usr/local', '/opt/local', '/sw', '/usr' ] +search_prefixes = [ '/opt/local', '/usr/local', '/sw', '/usr' ] class BoostInfo(object): log = None -- cgit v1.2.3