Changeset 1500
- Timestamp:
- 12/07/08 06:03:29 (15 years ago)
- Files:
-
- branches/libffado-2.0/support/tools/ffado-diag (deleted)
- branches/libffado-2.0/support/tools/ffado-diag.in (copied) (copied from trunk/libffado/support/tools/ffado-diag.in)
- branches/libffado-2.0/support/tools/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/support/tools/SConscript
r1468 r1500 28 28 29 29 e = env.Clone() 30 31 # 32 # For the the ffado-diag tools 33 e['PYTHONDIR'] = Template( os.path.join( e['SHAREDIR'], 'python' ) ).safe_substitute( e ) 34 # For the installation of the stuff 35 e['pythondir'] = Template( os.path.join( e['sharedir'], 'python' ) ).safe_substitute( e ) 36 37 e.ScanReplace( "ffado-diag.in" ) 38 30 39 e.Install( "$bindir", "ffado-diag" ) 40 e.Install( "$pythondir", "helpstrings.py" ) 41 e.Install( "$pythondir", "listirqinfo.py" )