~gnome-win32/buildows/buildows.devel

« back to all changes in this revision

Viewing changes to jhbuild/modtypes/autotools.py

  • Committer: Johan Dahlin
  • Date: 2008-01-30 20:18:39 UTC
  • Revision ID: jdahlin@plasttroll-20080130201839-1pxgdlhheuwa9dz5
add a workaround

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
        
231
231
        if buildscript.config.bundledir:
232
232
            buildscript.set_action('Installing bundle', self)
233
 
            if self.version:
 
233
            if hasattr(self, 'version'):
234
234
                version = "-" + self.version
235
235
            else:
236
236
                version = ""