Changeset 21683 for Makefile.PL
- Timestamp:
- 08/01/08 14:41:13 (4 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r21680 r21683 25 25 26 26 die "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; 28 28 29 29 my $bin_dir = File::Spec->catdir($app_dir, 'bin');
