[jhbuild] Fallback to system directories when looking for manpages (GNOME bug 608840)
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [jhbuild] Fallback to system directories when looking for manpages (GNOME bug 608840)
- Date: Tue, 2 Feb 2010 22:31:17 +0000 (UTC)
commit b7f5734c97c5ea4abfcd73125f353030eef14e7a
Author: Frédéric Péters <fpeters 0d be>
Date: Tue Feb 2 23:30:47 2010 +0100
Fallback to system directories when looking for manpages (GNOME bug 608840)
jhbuild/config.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index b40822d..b9251a9 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -323,6 +323,7 @@ class Config:
# MANPATH
manpathdir = os.path.join(self.prefix, 'share', 'man')
+ addpath('MANPATH', '')
addpath('MANPATH', manpathdir)
# PKG_CONFIG_PATH
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]