summary refs log tree commit diff
path: root/pkgs/tools/networking/wicd/no-var-install.patch
blob: 9a333332fcf2653519cc60002739dab2d54aecdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The install tries to create files in /var.  This patch removes those steps.

--- wicd-1.7.0/setup.py 2010-01-14 23:49:11.000000000 -0500
+++ wicd-1.7.0/setup.py 2010-11-16 22:15:33.855977242 -0500
@@ -493,11 +493,8 @@
     print "Using init file",(wpath.init, wpath.initfile)
     data = [
     (wpath.dbus, ['other/wicd.conf']),
-    (wpath.log, [empty_file]), 
-    (wpath.etc, ['other/dhclient.conf.template.default']),
     (wpath.encryption, [('encryption/templates/' + b) for b in 
                         os.listdir('encryption/templates') if not b.startswith('.')]),
-    (wpath.networks, [empty_file]),
     (wpath.sbin,  ['scripts/wicd']),  
     (wpath.daemon, ['wicd/monitor.py', 'wicd/wicd-daemon.py',
                  'wicd/suspend.py', 'wicd/autoconnect.py']),