]> git.pld-linux.org Git - packages/roundup.git/commitdiff
- new. install manpages in proper dir
authordarekr <darekr@pld-linux.org>
Sun, 10 Dec 2006 12:41:02 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    roundup-mandir.patch -> 1.1

roundup-mandir.patch [new file with mode: 0644]

diff --git a/roundup-mandir.patch b/roundup-mandir.patch
new file mode 100644 (file)
index 0000000..50409c0
--- /dev/null
@@ -0,0 +1,11 @@
+--- roundup-1.1.1/setup.py.orig        2006-12-10 13:25:39.000000000 +0100
++++ roundup-1.1.1/setup.py     2006-12-10 13:25:48.000000000 +0100
+@@ -306,7 +306,7 @@
+     # install man pages on POSIX platforms
+     if os.name == 'posix':
+-        installdatafiles.append(('man/man1', ['doc/roundup-admin.1',
++        installdatafiles.append(('share/man/man1', ['doc/roundup-admin.1',
+             'doc/roundup-mailgw.1', 'doc/roundup-server.1',
+             'doc/roundup-demo.1']))
This page took 0.070282 seconds and 4 git commands to generate.