mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Oops - install the wicd-cli.py file to %LIB% if we want the cli
client to actually work :-)
This commit is contained in:
1
setup.py
1
setup.py
@@ -508,6 +508,7 @@ try:
|
|||||||
if not wpath.no_install_man:
|
if not wpath.no_install_man:
|
||||||
data.append(( wpath.mandir + 'man8/', ['man/wicd-curses.8']))
|
data.append(( wpath.mandir + 'man8/', ['man/wicd-curses.8']))
|
||||||
if not wpath.no_install_cli:
|
if not wpath.no_install_cli:
|
||||||
|
data.append((wpath.lib, ['cli/wicd-cli.py']))
|
||||||
data.append((wpath.bin, ['scripts/wicd-cli']))
|
data.append((wpath.bin, ['scripts/wicd-cli']))
|
||||||
if not wpath.no_install_man:
|
if not wpath.no_install_man:
|
||||||
data.append(( wpath.mandir + 'man8/', ['man/wicd-cli.8']))
|
data.append(( wpath.mandir + 'man8/', ['man/wicd-cli.8']))
|
||||||
|
|||||||
Reference in New Issue
Block a user