diff options
Diffstat (limited to '~xihh/python2-restkit/doc.patch')
-rw-r--r-- | ~xihh/python2-restkit/doc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/~xihh/python2-restkit/doc.patch b/~xihh/python2-restkit/doc.patch new file mode 100644 index 000000000..f8e5a99d9 --- /dev/null +++ b/~xihh/python2-restkit/doc.patch @@ -0,0 +1,14 @@ +diff -ru restkit-4.0.0/setup.py restkit-4.0.0.new/setup.py +--- restkit-4.0.0/setup.py 2012-01-25 03:47:45.000000000 +0100 ++++ restkit-4.0.0.new/setup.py 2012-01-26 21:17:10.211046123 +0100 +@@ -39,8 +39,8 @@ + long_description = f.read() + + DATA_FILES = [ +- ('restkit', ["LICENSE", "MANIFEST.in", "NOTICE", "README.rst", +- "THANKS", "TODO.txt"]) ++ ('share/doc/restkit', ["LICENSE", "MANIFEST.in", "NOTICE", ++ "README.rst", "THANKS", "TODO.txt"]) + ] + + options=dict( |