0

rpm install ko module.

need run depmod -A to update module.dep, but the timestamp of ko files isn't current timestamp.

so can use current time stamp of installed file during rpm installing

techraf
  • 64,883
  • 27
  • 193
  • 198

1 Answers1

0

You are confusing build time with install time: they are different time stamps.

Jeff Johnson
  • 2,310
  • 13
  • 23