Changeset 800

Show
Ignore:
Timestamp:
01/02/08 11:52:39 (16 years ago)
Author:
arnonym
Message:

go away for now...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer/SConscript

    r799 r800  
    4444                e.Install( "$PYTHONDIR", app+".py" ) 
    4545 
    46         e.ScanReplace( "ffadomixer.in" ) 
    47         e.Depends( "ffadomixer", "SConscript" ) 
    48         e.Install( "$bindir", "ffadomixer" ) 
     46        #e.ScanReplace( "ffadomixer.in" ) 
     47        #e.Depends( "ffadomixer", "SConscript" ) 
     48        #e.Install( "$bindir", "ffadomixer" ) 
    4949 
    50         for app in apps: 
    51               e.InstallAs( os.path.join( e['bindir'], "ffado"+app ), "ffadomixer" ) 
     50        #for app in apps: 
     51        #     e.InstallAs( os.path.join( e['bindir'], "ffado"+app ), "ffadomixer" ) 
    5252