diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-25 14:58:25 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-25 14:58:25 -0700 |
commit | 3a7bf1f013e2eec742dac0dc55b429978d4f4e99 (patch) | |
tree | dde6098f01bebbeca8a7fae1d643514ab96f539d /site_scons/aptitude_configure.py | |
parent | 348e04a2c887e6e82e8761ec57d5354c7ae89485 (diff) | |
download | aptitude-3a7bf1f013e2eec742dac0dc55b429978d4f4e99.tar.gz |
Install manpages under $PREFIX.
Diffstat (limited to 'site_scons/aptitude_configure.py')
-rw-r--r-- | site_scons/aptitude_configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/aptitude_configure.py b/site_scons/aptitude_configure.py index d039e1f9..358c009b 100644 --- a/site_scons/aptitude_configure.py +++ b/site_scons/aptitude_configure.py @@ -220,7 +220,7 @@ Returns an object with the following fields: default = '/var/lock/$PACKAGE', help = 'the file that aptitude should use to lock out other instances of itself (default /var/lock/$PACKAGE).') base.DefineDirectory('mandir', - default = '/usr/share/man', + default = '$PREFIX/man', help = 'the location in which manpages should be installed (default /usr/share/man).') all_build_envs = base.Clone(CPPPATH = [ '#', '#/src' ], |