[Mach-cvs] CVS: mach2/scripts mach.in,1.254,1.255
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2009-11-14 17:37:53
|
Update of /cvsroot/mach/mach2/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13796/scripts Modified Files: mach.in Log Message: * scripts/mach.in: Preload the lib we don't delete. Index: mach.in =================================================================== RCS file: /cvsroot/mach/mach2/scripts/mach.in,v retrieving revision 1.254 retrieving revision 1.255 diff -C2 -d -r1.254 -r1.255 *** mach.in 14 Nov 2009 16:43:55 -0000 1.254 --- mach.in 14 Nov 2009 17:37:43 -0000 1.255 *************** *** 1604,1609 **** if self.root.startswith ('fedora-3'): debug ("Setting up a Fedora Core 3 root") ! if os.path.exists (os.path.join ('@LIBDIR@', 'libselinux-mach.so')): ! debug ('copying in custom libselinux-mach.so') # FIXME: what about 64 bit ? targetlibdir = os.path.join (self.rootdir, 'usr', 'lib') --- 1604,1609 ---- if self.root.startswith ('fedora-3'): debug ("Setting up a Fedora Core 3 root") ! if os.path.exists (os.path.join ('@LIBDIR@', 'libselinux-mach.so.0')): ! debug ('copying in custom libselinux-mach.so.0') # FIXME: what about 64 bit ? targetlibdir = os.path.join (self.rootdir, 'usr', 'lib') |