gnome-python-desktop r545 - trunk/evolution



Author: gjc
Date: Tue Feb 24 10:51:48 2009
New Revision: 545
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=545&view=rev

Log:
Fix typos in waf install path for evolution modules

Modified:
   trunk/evolution/wscript

Modified: trunk/evolution/wscript
==============================================================================
--- trunk/evolution/wscript	(original)
+++ trunk/evolution/wscript	Tue Feb 24 10:51:48 2009
@@ -43,7 +43,7 @@
         pyext.add_objects = 'evolution_common'
         pyext.target = 'ebook'
         pyext.uselib = 'EVOLUTION_EBOOK'
-        pyext.install_path_var = '${PYTHONDIR}/gtk-2.0/evolution'
+        pyext.install_path = '${PYTHONDIR}/gtk-2.0/evolution'
 
     if 'evolution.ecal' in bld.env['MODULES_TO_BUILD']:
         bld.codegen('ecal', py_ssize_t_clean=False)
@@ -58,12 +58,12 @@
         pyext.add_objects = 'evolution_common'
         pyext.target = 'ecal'
         pyext.uselib = 'EVOLUTION_ECAL'
-        pyext.install_path_var = '${PYTHONDIR}/gtk-2.0/evolution'
+        pyext.install_path = '${PYTHONDIR}/gtk-2.0/evolution'
 
     if 'evolution.ecal' in bld.env['MODULES_TO_BUILD'] \
             or 'evolution.ebook' in bld.env['MODULES_TO_BUILD']:
         py = bld.new_task_gen('py')
-        py.install_path_var = '${PYTHONDIR}/gtk-2.0/evolution'
+        py.install_path = '${PYTHONDIR}/gtk-2.0/evolution'
         py.source = "__init__.py"
 
     bld.install_files('${DATADIR}/pygtk/2.0/defs', ['ebook.defs', 'ecal.defs'])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]