don't backup config files on netsharedpaths
CVS patchset: 1662 CVS date: 1997/05/27 14:01:45
This commit is contained in:
parent
c3aa83ec8c
commit
15bd819b0b
|
@ -851,6 +851,10 @@ static int instHandleSharedFiles(rpmdb db, int ignoreOffset,
|
|||
replacedList = malloc(sizeof(*replacedList) * numReplacedAlloced);
|
||||
|
||||
for (i = 0; i < sharedCount; i++) {
|
||||
/* if a file isn't going to be installed it doesn't matter who
|
||||
it's shared with */
|
||||
if (!files[sharedList[i].mainFileNumber].install) continue;
|
||||
|
||||
if (secOffset != sharedList[i].secRecOffset) {
|
||||
if (secOffset) {
|
||||
headerFree(sech);
|
||||
|
|
Loading…
Reference in New Issue