long WAS the road to 1.3.0...
[koha_fer] / installer.pl
index 49139e3..c938ec0 100644 (file)
@@ -922,6 +922,14 @@ Press <ENTER> to continue...
 
 }
 
+print qq|
+
+UPDATING DATABASE (MARC TABLES)
+===============================
+|;
+system ("perl -I $kohadir/modules scripts/marc/fill_usmarc.pl");
+system ("perl -I $kohadir/modules scripts/marc/updatedb2marc.pl");
+
 
 chmod 0770, $kohalogdir;
 chown((getpwnam($httpduser)) [2,3], $kohalogdir) or warn "can't chown $kohalogdir: $!";