summaryrefslogtreecommitdiff
path: root/attoconf/lib/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'attoconf/lib/install.py')
-rw-r--r--attoconf/lib/install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/attoconf/lib/install.py b/attoconf/lib/install.py
index 498b13b..2bbc7c7 100644
--- a/attoconf/lib/install.py
+++ b/attoconf/lib/install.py
@@ -121,7 +121,7 @@ def packagedatadir(build, DIR):
PACKAGE, prigin = build.vars['PACKAGE']
if origin != 'default' or prigin != 'default':
origin = 'derived'
- build.vars['DATADIR'] = (os.path.join(DATADIR, PACKAGE), origin)
+ build.vars['PACKAGEDATADIR'] = (os.path.join(DATADIR, PACKAGE), origin)
def infodir(build, DIR):
if DIR is None:
@@ -224,6 +224,7 @@ class Install(ClassyProject):
help='install architecture-dependent files in EPREFIX',
hidden=False,
var='EPREFIX', help_def='PREFIX')
+ self.order.append(None)
self.add_help('Fine tuning of the installation directories:',
hidden=False)