diff options
Diffstat (limited to 'python/sippy/setup.patch')
-rw-r--r-- | python/sippy/setup.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/sippy/setup.patch b/python/sippy/setup.patch new file mode 100644 index 0000000000..d4ecd0946e --- /dev/null +++ b/python/sippy/setup.patch @@ -0,0 +1,9 @@ +--- setup.py 2009-12-01 07:58:44.000000000 +0300 ++++ setup.py.new 2013-01-16 17:55:50.000000000 +0400 +@@ -36,5 +36,4 @@ + url = 'http://www.b2bua.org/', + packages = ['sippy'], + scripts = ['sippy/b2bua_radius.py', 'sippy/b2bua_simple.py'], +- data_files = [('etc/sippy', ['sippy/dictionary']), +- ('share/doc/sippy', ['COPYING'])]) ++ data_files = [('etc/sippy', ['sippy/dictionary']),]) |