Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 8a9d5fa64188552160c746bd8ad11bdf > files > 3

rekall-2.4.5-1mdv2007.1.src.rpm

--- rekall-2.4.5/scons/rkBuilder.py.BAD	2007-01-17 20:15:48.000000000 -0600
+++ rekall-2.4.5/scons/rkBuilder.py	2007-01-17 20:16:04.000000000 -0600
@@ -131,9 +131,9 @@
 if rkConfig.mode in [ 'qt3' ] :
     instDir		= rkConfig.prefix
     binDir		= destDir + os.path.join (instDir, 'bin')
-    libDir		= destDir + os.path.join (instDir, 'lib')
+    libDir		= destDir + os.path.join (instDir, 'lib64')
     pyLibDir		= destDir + os.path.join (rkConfig.pythonLibDir, rkConfig.pythonLib, 'site-packages')
-    pluginDir		= destDir + os.path.join (instDir, 'lib')
+    pluginDir		= destDir + os.path.join (instDir, 'lib64')
     appDir		= destDir + os.path.join (instDir, 'share', 'apps', rkConfig.appName)
     rekallServicesDir	= os.path.join (appDir,  'services')
     rekallGUIDir	= os.path.join (appDir,  'gui')
@@ -141,9 +141,9 @@
 if rkConfig.mode in [ 'kde' ] :
     instDir		= rkConfig.prefix
     binDir		= destDir + os.path.join (instDir, 'bin')
-    libDir		= destDir + os.path.join (instDir, 'lib')
+    libDir		= destDir + os.path.join (instDir, 'lib64')
     pyLibDir		= destDir + os.path.join (rkConfig.pythonLibDir, rkConfig.pythonLib, 'site-packages')
-    pluginDir		= destDir + os.path.join (instDir, 'lib')
+    pluginDir		= destDir + os.path.join (instDir, 'lib64')
     appDir		= destDir + os.path.join (instDir, 'share', 'apps', rkConfig.appName)
     rekallServicesDir	= os.path.join (appDir,  'services')
     rekallGUIDir	= os.path.join (appDir,  'gui')