mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
547f71171b
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
9 lines
406 B
Diff
9 lines
406 B
Diff
--- 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']),])
|