Changeset 1662

Show
Ignore:
Timestamp:
09/16/09 14:02:18 (14 years ago)
Author:
arnonym
Message:

From now on, devs have to remove the qt3-mixer by hand :-)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/SConstruct

    r1645 r1662  
    645645 
    646646# 
    647 # Temporary code to remove the installed qt3 mixer 
    648 # 
    649 import shutil 
    650 if os.path.exists( os.path.join( env['BINDIR'], "ffado-mixer-qt3" ) ): 
    651     print "Removing the old qt3-mixer from the installation..." 
    652     os.remove( os.path.join( env['BINDIR'], "ffado-mixer-qt3" ) ) 
    653 if os.path.exists( os.path.join( env['SHAREDIR'], 'python-qt3' ) ): 
    654     print "Removing the old qt3-mixer files from the installation..." 
    655     shutil.rmtree( os.path.join( env['SHAREDIR'], 'python-qt3' ) ) 
    656 if os.path.exists( os.path.join( env['SHAREDIR'], 'python' ) ): 
    657     print "Removing the old qt3-mixer files from the installation..." 
    658     shutil.rmtree( os.path.join( env['SHAREDIR'], 'python' ) ) 
    659  
    660  
    661 # 
    662647# vim: ts=4 sw=4 et