update Sun Dec 27 12:37:00 PST 2009
[pkgsrc.git] / wip / quodlibet / patches / patch-aa
1 $NetBSD$
2 --- ./gdist/man.py.orig 2009-12-27 16:43:58.000000000 +0000
3 +++ ./gdist/man.py      2009-12-27 16:46:12.000000000 +0000
4 @@ -36,7 +36,7 @@
5                  raise SystemExit("%r has no section" % man_page)
6  
7      def run(self):
8 -        basepath = os.path.join(self.prefix, 'share', 'man')
9 +        basepath = os.path.join(self.prefix,'man')
10          if self.root != None:
11            basepath = change_root(self.root, basepath)
12          self.mkpath(basepath)