Rev 99 | Rev 126 | 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 | |
4 | diff -urNad trunk~/bin/install.pike trunk/bin/install.pike |
||
5 | --- trunk~/bin/install.pike 2008-08-19 13:51:08.000000000 +0200 |
||
6 | +++ trunk/bin/install.pike 2010-07-28 16:12:19.000000000 +0200 |
||
7 | @@ -2942,7 +2942,6 @@ |
||
8 | { |
||
9 | do_export(); |
||
10 | }else{ |
||
11 | - dump_modules(); |
||
12 | |||
13 | // Delete any .pmod files that would shadow the .so |
||
14 | // files that we just installed. For a new installation |