diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-25 21:56:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-25 21:56:29 +0200 |
commit | 1f409609b57dd86693371a4bedfe3a1e8ebba3e8 (patch) | |
tree | d85f2f7f2cd4f0630d3f85799352eac8d4f34e48 | |
parent | e946668e06cad2ed1b3f7168319ba592e7d5cdb7 (diff) | |
download | ponysay-1f409609b57dd86693371a4bedfe3a1e8ebba3e8.tar.gz ponysay-1f409609b57dd86693371a4bedfe3a1e8ebba3e8.tar.bz2 ponysay-1f409609b57dd86693371a4bedfe3a1e8ebba3e8.zip |
m
-rwxr-xr-x | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -172,10 +172,10 @@ class Setup(): conf[key] = prefix + conf[key][4:] if opts['--opt'] is not None: - if opts['--bin-dir'] is None: opts['--bin-dir'] = ['/opt/ponysay/bin'] - if opts['--lib-dir'] is None: opts['--lib-dir'] = ['/opt/ponysay/lib'] - if opts['--share-dir'] is None: opts['--share-dir'] = ['/opt/ponysay/share'] - if opts['--cache-dir'] is None: opts['--cache-dir'] = ['/var/opt/ponysay/cache'] + if opts['--bin-dir'] is None: opts['--bin-dir'] = ['/opt/ponysay/bin'] + if opts['--lib-dir'] is None: opts['--lib-dir'] = ['/opt/ponysay/lib'] + if opts['--share-dir'] is None: opts['--share-dir'] = ['/opt/ponysay/share'] + if conf['shared-cache'] is None: opts['shared-cache'] = ['/var/opt/ponysay/cache'] for dir in ('bin', 'lib', 'share'): if opts['--' + dir + '-dir'] is not None: |