misc m fixes

This commit is contained in:
Mattias Andrée 2012-08-27 02:40:56 +02:00
parent d14ad81de1
commit fecaba8b21
2 changed files with 2 additions and 1 deletions

View file

@ -202,6 +202,7 @@ class Setup():
if conf['custom-env-python'] is not None: print(GREEN % ('Using custom env reference in python script shebang: ', conf['custom-env-python']))
else: print(YELLOW % ('Looking for best env reference in python script shebang'))
for miscfile in miscfiles: print(GREEN % ('Installing ' + miscfile[0] + ' to ', conf[miscfile[0]]))
print('Prefered linking style: ' + self.linking)
print()