diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 15:23:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 15:23:59 +0000 |
commit | 7da38dad2fcef68381f1b5c84fd71dfbf0a31f9d (patch) | |
tree | a536ec709856ab5c309888529cdbafc7110607c5 /news/hellanzb/files | |
parent | 57dcca4d9a32371464620ac0c565fa1b5cdd2f33 (diff) |
Notes
Diffstat (limited to 'news/hellanzb/files')
-rw-r--r-- | news/hellanzb/files/patch-nodocs-setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/hellanzb/files/patch-nodocs-setup.py b/news/hellanzb/files/patch-nodocs-setup.py new file mode 100644 index 000000000000..1e906ed79350 --- /dev/null +++ b/news/hellanzb/files/patch-nodocs-setup.py @@ -0,0 +1,12 @@ +--- setup.py.bak Thu Jun 30 14:49:48 2005 ++++ setup.py Thu Jun 30 14:50:22 2005 +@@ -35,8 +35,7 @@ + + packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC' ], + scripts = [ 'hellanzb.py' ], +- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), +- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ], ++ data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), ], + ) + + if __name__ == '__main__': |