Dont bother with rpmRelocateFileList() if relocations have been specified
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 2 Oct 2012 13:17:05 +0000 (16:17 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 2 Oct 2012 13:17:05 +0000 (16:17 +0300)
commit5d3018c4ed476b1b7ac18e2573af517f872cb303
treee60635d40aa92010837be566922a50dd73df729f
parent03b660c61572e7f98a3ec1cef4f48db0d615f6b0
Dont bother with rpmRelocateFileList() if relocations have been specified

- rpmRelocateFileList() doesn't modify anything when no relocations
  are to be done, but what it does is not exactly free, unnecessarily
  calling it is dumb.
lib/rpmte.c