summaryrefslogtreecommitdiff
path: root/~xihh/python2-socketpool/doc.patch
diff options
context:
space:
mode:
Diffstat (limited to '~xihh/python2-socketpool/doc.patch')
-rw-r--r--~xihh/python2-socketpool/doc.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/~xihh/python2-socketpool/doc.patch b/~xihh/python2-socketpool/doc.patch
new file mode 100644
index 000000000..19ae3cd58
--- /dev/null
+++ b/~xihh/python2-socketpool/doc.patch
@@ -0,0 +1,14 @@
+diff -ru socketpool-0.2.3.old/setup.py socketpool-0.2.3/setup.py
+--- socketpool-0.2.3.old/setup.py 2012-01-26 21:57:45.947850603 +0100
++++ socketpool-0.2.3/setup.py 2012-01-26 21:58:04.771081964 +0100
+@@ -23,8 +23,8 @@
+ long_description = f.read()
+
+ DATA_FILES = [
+- ('socketpool', ["LICENSE", "MANIFEST.in", "NOTICE", "README.rst",
+- "THANKS", "UNLICENSE"])
++ ('share/doc/socketpool', ["LICENSE", "MANIFEST.in", "NOTICE",
++ "README.rst", "THANKS", "UNLICENSE"])
+ ]
+
+