summaryrefslogtreecommitdiff
path: root/~xihh/python2-socketpool/doc.patch
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:13:59 -0500
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:13:59 -0500
commiteec41f7c7784b5ed3b2f2424dd56ffd3c29a5f97 (patch)
tree1c0e9f27ada273f1157c583c1b617b060f95a344 /~xihh/python2-socketpool/doc.patch
parent5d774f2af53790156197255531e980e11ccebddf (diff)
Commiting libre package python2-socketpool-0.2.3-1
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"])
+ ]
+
+