diff options
author | 2008-09-14 16:15:32 +0000 | |
---|---|---|
committer | 2008-09-14 16:15:32 +0000 | |
commit | 7fb284ee48b76c48cea880c76c310b1c33964239 (patch) | |
tree | 8ecd45ea8b31e9100075c858bd9bfca5834a757f /net-misc/wicd/files | |
parent | Stable on ppc wrt bug 232198 (diff) | |
download | historical-7fb284ee48b76c48cea880c76c310b1c33964239.tar.gz historical-7fb284ee48b76c48cea880c76c310b1c33964239.tar.bz2 historical-7fb284ee48b76c48cea880c76c310b1c33964239.zip |
install CHANGES file, and don't install duplicated documents (added patch & configure args)
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-1.5.2-remove-docs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-1.5.2-remove-docs.patch b/net-misc/wicd/files/wicd-1.5.2-remove-docs.patch new file mode 100644 index 000000000000..781120fd0094 --- /dev/null +++ b/net-misc/wicd/files/wicd-1.5.2-remove-docs.patch @@ -0,0 +1,11 @@ +--- setup.py.old 2008-09-14 11:07:08.000000000 -0500 ++++ setup.py 2008-09-14 11:10:34.000000000 -0500 +@@ -301,7 +301,7 @@ + (wpath.share, ['data/wicd.glade', ]), + (wpath.lib, ['wicd/wicd-client.py', 'wicd/monitor.py', 'wicd/wicd-daemon.py', 'wicd/configscript.py', 'wicd/suspend.py', 'wicd/autoconnect.py']), #'wicd/wicd-gui.py', + (wpath.autostart, ['other/wicd-tray.desktop', ]), +- ( wpath.docdir, [ 'AUTHORS', 'README' ]), ++ #( wpath.docdir, [ 'AUTHORS', 'README' ]), + ] + piddir = os.path.dirname(wpath.pidfile) + if not piddir.endswith('/'): |