1 The install tries to create files in /var. This patch removes those steps.
3 --- wicd-1.7.2.4/setup.py 2013-03-14 21:28:21.360580941 +0100
4 +++ wicd-1.7.2.4/setup.py 2013-03-14 21:22:50.125721943 +0100
6 (wpath.dbus_service, ['other/org.wicd.daemon.service']),
7 (wpath.systemd, ['other/wicd.service']),
8 (wpath.logrotate, ['other/wicd.logrotate']),
9 - (wpath.log, [empty_file]),
10 - (wpath.etc, ['other/dhclient.conf.template.default']),
11 (wpath.encryption, [('encryption/templates/' + b) for b in
12 os.listdir('encryption/templates') if not b.startswith('.')]),
13 - (wpath.networks, [empty_file]),
14 (wpath.sbin, ['scripts/wicd']),
15 (wpath.daemon, ['wicd/monitor.py', 'wicd/wicd-daemon.py',
16 'wicd/suspend.py', 'wicd/autoconnect.py']),