openbsd-ports/x11/partiwm/patches/patch-setup_py

16 lines
541 B
Plaintext
Raw Normal View History

$OpenBSD: patch-setup_py,v 1.1.1.1 2010/09/06 08:21:09 jasper Exp $
Fix location of manual page.
--- setup.py.orig Sun Sep 5 19:00:34 2010
+++ setup.py Sun Sep 5 19:00:43 2010
@@ -69,7 +69,7 @@ setup(
scripts=["scripts/parti", "scripts/parti-repl",
"scripts/xpra",
],
- data_files = [("share/man/man1", ["xpra.1"])],
+ data_files = [("man/man1", ["xpra.1"])],
ext_modules=[
Extension("wimpiggy.lowlevel.bindings",
["wimpiggy/lowlevel/wimpiggy.lowlevel.bindings.pyx"],