Perl 5.005 doesn't like the -I after the script name. (This doesn't
authortonnesen <tonnesen>
Mon, 24 Jun 2002 13:19:40 +0000 (13:19 +0000)
committertonnesen <tonnesen>
Mon, 24 Jun 2002 13:19:40 +0000 (13:19 +0000)
look very functional yet in any case, but thought I'd put it in as a
fix)  :)

installer.pl

index 15f9831..7ebf514 100644 (file)
@@ -74,7 +74,7 @@ EOM
   };
 
 print "\n";
-system ("perl updatedatabase -I /pathtoC4 ");
+system ("perl -I /pathtoC4 updatedatabase");
 
 #KOHA conf
 # FIXME