Changeset 21683 for Makefile.PL

Show
Ignore:
Timestamp:
08/01/08 14:41:13 (5 months ago)
Author:
audreyt
Message:

* It is okay if the user had no ~/.cabal/.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21680 r21683  
    2525 
    2626die "Cannot find application directory '$app_dir'; check to see if Setup.lhs compiles?\n" 
    27     unless $app_dir and -d $app_dir; 
     27    unless $app_dir; 
    2828 
    2929my $bin_dir = File::Spec->catdir($app_dir, 'bin');