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:
Panu Matilainen 2008-01-25 12:24:55 +02:00
parent acf2fef308
commit 70e793db89
1 changed files with 2 additions and 0 deletions

View File

@ -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') {