Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 151 | Rev 238 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
116 holmgren 1
Author: Magnus Holmgren <holmgren@debian.org>
2
Description: Make install.pike not dump modules; we do that in postinst
99 holmgren 3
 
130 holmgren 4
--- a/bin/install.pike
5
+++ b/bin/install.pike
198 holmgren 6
@@ -2988,7 +2988,6 @@ the PRIVATE_CRT stuff in install.pike.\n
99 holmgren 7
   {
8
     do_export();
9
   }else{
10
-    dump_modules();
11
 
12
     // Delete any .pmod files that would shadow the .so
13
     // files that we just installed. For a new installation