Changeset 178
- Timestamp:
- 03/25/09 11:11:45 (8 months ago)
- Files:
-
- perl/Install.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
perl/Install.PL
r174 r178 7 7 system("perl Makefile.PL"); 8 8 system("make install"); 9 system("make clean"); 9 10 chdir("$FindBin::Bin"); 11 unlink("DBI-1.607/Makefile.old") if (-e "DBI-1.607/Makefile.old"); 10 12 11 13 chdir ("$FindBin::Bin/DBD-SQLite-0.31"); 12 14 system("perl Makefile.PL"); 13 15 system("make install"); 16 system("make clean"); 14 17 chdir("$FindBin::Bin"); 18 unlink("DBD-SQLite-0.31/Makefile.old") if (-e "DBD-SQLite-0.31/Makefile.old"); 15 19 20
