/[packages]/cauldron/wicd/current/SOURCES/wicd-libdir.patch
ViewVC logotype

Contents of /cauldron/wicd/current/SOURCES/wicd-libdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 89374 - (show annotations) (download)
Thu Apr 21 02:32:07 2011 UTC (12 years, 11 months ago) by ahmad
File size: 919 byte(s)
imported package wicd
1 --- wicd-1.6.1/setup.py~ 2009-06-21 00:13:49.000000000 -0400
2 +++ wicd-1.6.1/setup.py 2009-06-21 06:44:16.000000000 -0400
3 @@ -102,8 +102,9 @@
4 ]
5
6 def initialize_options(self):
7 - self.lib = '/usr/lib/wicd/'
8 - self.share = '/usr/share/wicd/'
9 + libname = sys.lib
10 + self.lib = '/usr/'+libname+'/wicd/'
11 + self.share = '/usr/share/wicd/'
12 self.etc = '/etc/wicd/'
13 self.scripts = self.etc + "scripts/"
14 self.icons = '/usr/share/icons/hicolor/'
15 @@ -117,7 +118,7 @@
16 self.log = '/var/log/wicd/'
17 self.resume = '/etc/acpi/resume.d/'
18 self.suspend = '/etc/acpi/suspend.d/'
19 - self.pmutils = '/usr/lib/pm-utils/sleep.d/'
20 + self.pmutils = '/usr/'+libname+'/pm-utils/sleep.d/'
21 self.dbus = '/etc/dbus-1/system.d/'
22 self.desktop = '/usr/share/applications/'
23 self.translations = '/usr/share/locale/'

  ViewVC Help
Powered by ViewVC 1.1.30