because there is no hook_install() when installing the devel module fresh, there module weight is set to 0, and not 10.

I have created a devel.install and I have implemented the hook_install() so that the module weight will be set to 10, and moved devel_update_1() to the .install file as devel_update_2() so that it will get run again and correct the weight for newly install modules.

CommentFileSizeAuthor
#1 devel.install577 bytesgordon
devel_9.patch616 bytesgordon

Comments

gordon’s picture

StatusFileSize
new577 bytes

Add new devel.install file

moshe weitzman’s picture

sounds reasonable to me. anyone object? if noone replies for 2 days, feel free to commit this.

gordon’s picture

Status: Needs review » Fixed

commited to cvs.

Anonymous’s picture

Status: Fixed » Closed (fixed)