diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2013-02-11 15:00:35 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:56 -0600 |
commit | 547f71171b59c92f515179fdb6a4d32611c37702 (patch) | |
tree | 3ac7cf623b0de4eeaef8b887363d2338b22c3924 /python/sippy/setup.patch | |
parent | c9812f9c85ec97d194adef048be53d51dc0df919 (diff) | |
download | slackbuilds-547f71171b59c92f515179fdb6a4d32611c37702.tar.gz |
python/sippy: Added (Sippy B2BUA)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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']),]) |