int devminor;
int isDir;
- int inFtw;
rpmfileAttrs currentFlags;
specdFlags currentSpecdFlags;
rpmVerifyFlags currentVerifyFlags;
int myFtsOpts = (FTS_COMFOLLOW | FTS_NOCHDIR | FTS_PHYSICAL);
int rc = RPMRC_FAIL;
- fl->inFtw = 1; /* Flag to indicate file has buildRoot prefixed */
fl->isDir = 1; /* Keep it from following myftw() again */
ftsSet[0] = (char *) diskPath;
(void) Fts_close(ftsp);
fl->isDir = 0;
- fl->inFtw = 0;
return rc;
}
fl.isSpecialDoc = 0;
fl.isDir = 0;
- fl.inFtw = 0;
fl.currentFlags = 0;
fl.currentVerifyFlags = 0;
/* Reset for a new line in %files */
fl.isDir = 0;
- fl.inFtw = 0;
fl.currentFlags = 0;
/* turn explicit flags into %def'd ones (gosh this is hacky...) */
fl.currentSpecdFlags = ((unsigned)fl.defSpecdFlags) >> 8;
/* Reset for %doc */
fl.isDir = 0;
- fl.inFtw = 0;
fl.currentFlags = 0;
fl.currentVerifyFlags = fl.defVerifyFlags;