1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Apply Debian initscript patch from David Paleino.

This commit is contained in:
Dan O'Reilly
2009-03-15 20:54:16 -04:00
parent 7a8f798138
commit 518e0ec358
3 changed files with 6 additions and 3 deletions

View File

@@ -441,7 +441,6 @@ try:
piddir = os.path.dirname(wpath.pidfile)
if not piddir.endswith('/'):
piddir += '/'
data.append (( piddir, [] ))
if not wpath.no_install_docs:
data.append((wpath.docdir, ['INSTALL', 'LICENSE', 'AUTHORS',
'README', 'CHANGES', ]))