remove modules.builtin.bin to prevent RPM verify errors (#650807)

This commit is contained in:
Chuck Ebbert 2011-01-10 08:14:04 -05:00
parent b1f2f04a2b
commit 1f90e5b6f6
1 changed files with 1 additions and 1 deletions

View File

@ -1754,7 +1754,7 @@ BuildKernel() {
rm -f modinfo modnames
# remove files that will be auto generated by depmod at rpm -i time
for i in alias alias.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap
for i in alias alias.bin builtin.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap
do
rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
done