From f0d729737ee7c357917c436d68aedc02605bf92c Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 6 Nov 2009 08:33:23 -0600 Subject: [PATCH] Oops - install the wicd-cli.py file to %LIB% if we want the cli client to actually work :-) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 060d97a..9ac1254 100755 --- a/setup.py +++ b/setup.py @@ -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']))