aboutsummaryrefslogtreecommitdiffstats
path: root/news/rawdog/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'news/rawdog/files/patch-setup.py')
-rw-r--r--news/rawdog/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/rawdog/files/patch-setup.py b/news/rawdog/files/patch-setup.py
new file mode 100644
index 000000000000..2d9043785306
--- /dev/null
+++ b/news/rawdog/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.bak Thu Dec 9 18:20:00 2004
++++ setup.py Thu Dec 9 18:20:12 2004
+@@ -10,7 +10,7 @@
+ url = "http://offog.org/code/rawdog.html",
+ license = "GNU GPL v2 or later",
+ scripts = ['rawdog'],
+- data_files = [('share/man/man1', ['rawdog.1'])],
++ data_files = [('man/man1', ['rawdog.1'])],
+ packages = ['rawdoglib'])
+
+