1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +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:
Robby Workman
2009-11-06 08:33:23 -06:00
parent 2b662fa790
commit f0d729737e

View File

@@ -508,6 +508,7 @@ try:
if not wpath.no_install_man:
data.append(( wpath.mandir + 'man8/', ['man/wicd-curses.8']))
if not wpath.no_install_cli:
data.append((wpath.lib, ['cli/wicd-cli.py']))
data.append((wpath.bin, ['scripts/wicd-cli']))
if not wpath.no_install_man:
data.append(( wpath.mandir + 'man8/', ['man/wicd-cli.8']))