Rev 126 | 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 | |
181 | holmgren | 4 | --- a/bin/install.pike |
5 | +++ b/bin/install.pike |
||
6 | @@ -2980,7 +2980,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 |