Changeset 1500

Show
Ignore:
Timestamp:
12/07/08 06:03:29 (15 years ago)
Author:
ppalmers
Message:

svn merge -r 1498:1499 svn+ssh://ffadosvn@ffado.org/ffado/trunk/libffado/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/support/tools/SConscript

    r1468 r1500  
    2828 
    2929e = env.Clone() 
     30 
     31# 
     32# For the the ffado-diag tools 
     33e['PYTHONDIR'] = Template( os.path.join( e['SHAREDIR'], 'python' ) ).safe_substitute( e ) 
     34# For the installation of the stuff 
     35e['pythondir'] = Template( os.path.join( e['sharedir'], 'python' ) ).safe_substitute( e ) 
     36 
     37e.ScanReplace( "ffado-diag.in" ) 
     38 
    3039e.Install( "$bindir", "ffado-diag" ) 
     40e.Install( "$pythondir", "helpstrings.py" ) 
     41e.Install( "$pythondir", "listirqinfo.py" )