Changeset 1521

Show
Ignore:
Timestamp:
10/20/08 06:44:33 (3 months ago)
Author:
astormont
Message:

Added unzip to setup.py dependency check

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wine-doors/trunk/setup.py

    r1474 r1521  
    169169            print "Not found !" 
    170170            missing_required.append("orange") 
     171        
     172        print "  unzip . . . ", 
     173        if findexec( "unzip" ): 
     174            print "Found" 
     175        else: 
     176            print "Not found !" 
    171177 
    172178        print "  ps . . . ",