rpms/rekall/devel rekall-2.4.0-lib64.patch,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 20:07:38 UTC 2006


Author: spot

Update of /cvs/extras/rpms/rekall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24819

Modified Files:
	rekall-2.4.0-lib64.patch 
Log Message:

One more fix.


rekall-2.4.0-lib64.patch:

Index: rekall-2.4.0-lib64.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall-2.4.0-lib64.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rekall-2.4.0-lib64.patch	2 Mar 2006 18:34:39 -0000	1.1
+++ rekall-2.4.0-lib64.patch	15 Sep 2006 20:07:38 -0000	1.2
@@ -1,13 +1,26 @@
---- rekall-2.4.0/scons/rkBuilder.py.BAD	2006-03-02 11:48:44.000000000 -0600
-+++ rekall-2.4.0/scons/rkBuilder.py	2006-03-02 11:49:02.000000000 -0600
-@@ -49,8 +49,8 @@
+--- rekall-2.4.3/scons/rkBuilder.py.orig	2006-03-14 12:01:59.000000000 -0600
++++ rekall-2.4.3/scons/rkBuilder.py	2006-09-15 15:06:51.000000000 -0500
+@@ -88,9 +88,9 @@
  if rkConfig.mode in [ 'qt3' ] :
      instDir		= rkConfig.prefix
      binDir		= destDir + os.path.join (instDir, 'bin')
 -    libDir		= destDir + os.path.join (instDir, 'lib')
--    pluginDir		= 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)
      docDir		= destDir + os.path.join (instDir, 'share', 'doc', 'HTML', 'en')
      rekallServicesDir	= os.path.join (appDir,  'services')
+@@ -99,9 +99,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)
+     if rkConfig.deb :
+         docDir		= destDir + os.path.join (instDir, 'share', 'doc', 'kde', 'HTML', 'en')




More information about the scm-commits mailing list