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

Install wicd-gtk in %BIN%

This commit is contained in:
David Paleino
2010-01-02 12:09:35 +01:00
parent a92af3a198
commit 13594e1cfd

View File

@@ -498,6 +498,7 @@ try:
if not wpath.no_install_gtk:
data.append((wpath.desktop, ['other/wicd.desktop']))
data.append((wpath.bin, ['scripts/wicd-client']))
data.append((wpath.bin, ['scripts/wicd-gtk']))
data.append((wpath.gtk, ['wicd/wicd-client.py', 'wicd/netentry.py', 'wicd/prefs.py',
'wicd/gui.py', 'wicd/guiutil.py', 'data/wicd.glade',
'wicd/configscript.py']))