Changeset 178

Show
Ignore:
Timestamp:
03/25/09 11:11:45 (8 months ago)
Author:
cholt
Message:

update normal install

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • perl/Install.PL

    r174 r178  
    77system("perl Makefile.PL"); 
    88system("make install"); 
     9system("make clean"); 
    910chdir("$FindBin::Bin"); 
     11unlink("DBI-1.607/Makefile.old") if (-e "DBI-1.607/Makefile.old"); 
    1012 
    1113chdir ("$FindBin::Bin/DBD-SQLite-0.31"); 
    1214system("perl Makefile.PL"); 
    1315system("make install"); 
     16system("make clean"); 
    1417chdir("$FindBin::Bin"); 
     18unlink("DBD-SQLite-0.31/Makefile.old") if (-e "DBD-SQLite-0.31/Makefile.old"); 
    1519 
     20