aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index c03cf67..ddb7212 100755
--- a/setup.py
+++ b/setup.py
@@ -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: