diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-25 16:44:07 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-25 16:44:07 -0400 |
commit | 4c2b816d7e768736e8f9a7246dc45010b75ed600 (patch) | |
tree | 58e5ae88aada366ab29665aaab9a556bbe4debe4 /acprep | |
parent | 0759071565bf5efde7abc1ef16b2eddc3bba21b6 (diff) | |
download | fork-ledger-4c2b816d7e768736e8f9a7246dc45010b75ed600.tar.gz fork-ledger-4c2b816d7e768736e8f9a7246dc45010b75ed600.tar.bz2 fork-ledger-4c2b816d7e768736e8f9a7246dc45010b75ed600.zip |
acprep change needed for optimized builds on my system
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |