Don't reset target when reading included rpmrc's.
Doesn't seem to break anything and fixes rhbz#232429 AFAICT...
This commit is contained in:
parent
acf2fef308
commit
70e793db89
|
@ -586,7 +586,9 @@ static rpmRC doReadRC( FD_t fd, const char * urlfn)
|
|||
while (*se && !xisspace(*se)) se++;
|
||||
if (*se != '\0') *se++ = '\0';
|
||||
|
||||
#if 0 /* XXX doesn't seem to do anything useful, only break things... */
|
||||
rpmRebuildTargetVars(NULL, NULL);
|
||||
#endif
|
||||
|
||||
fn = rpmGetPath(s, NULL);
|
||||
if (fn == NULL || *fn == '\0') {
|
||||
|
|
Loading…
Reference in New Issue